Chromium Code Reviews
DescriptionAdd const static field optimization that got lost in last checkin
My last change list accidentally got rid of an optimization where the parser replaces const static field references with the value of the field. This causes many more compile-time “execute once” calls. This change adds back the special case.
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=34798
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||