Commit c0d1ded
[vm] Disable inlining of _StringBase._createOneByteString
If _StringBase._createOneByteString is inlined it becomes much slower
due to #37800.
This workaround improves Base64Encoder benchmark on ia32 in bytecode mode:
Base64Encoder(RunTime): 63.31 -> 46.7 us.
Issue: #37800
Change-Id: Ibcf5dc7bfd25bac0bd61a9dcb196c553c82f3dc1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112647
Reviewed-by: Aart Bik <[email protected]>
Reviewed-by: Martin Kustermann <[email protected]>
Commit-Queue: Alexander Markov <[email protected]>1 parent 92562dc commit c0d1ded
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
0 commit comments