Chromium Code Reviews
DescriptionMark some string operations as GVN-able.
There are not many GVN optimizations, but knowing the calls are effect-free allows some fields to be load-eliminated, leading to the loaded value having a refined type. In a big app, about 20 calls to String.substring no longer need an interceptor.
R=sigmund@google.com
Committed: https://github.com/dart-lang/sdk/commit/a608c592fd41eed5288109358726605e6942b2c5
Patch Set 1 #Patch Set 2 : merge #Patch Set 3 : format #Messages
Total messages: 5 (2 generated)
|