Commit be873b8
authored
Tweak condition for TEXTDECODER=2 default (#24349)
- When using pthreads, our `TextDecoder` usage already correctly handles
shared memory through the `getUnsharedTextDecoderView` helper, so the
check and the comment are outdated.
- When targeting Audio Worklets, we already have assertion that
TEXTDECODER!=2 as it's not compatible with that environment, so opt-out
from the size optimisation there instead.1 parent 5257542 commit be873b8
File tree
3 files changed
+6
-5
lines changed- test/other/codesize
- tools
3 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1008 | 1008 | | |
1009 | 1009 | | |
1010 | 1010 | | |
1011 | | - | |
1012 | | - | |
1013 | 1011 | | |
1014 | 1012 | | |
1015 | | - | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
1016 | 1017 | | |
1017 | 1018 | | |
1018 | 1019 | | |
| |||
0 commit comments