Chromium Code Reviews
DescriptionMake AST generation deterministic: always call a static getter if it exists, regardless if the statuic field was initialized or not. Previously we may have created a LoadStaticFieldNode dependgin if the static field was already intialized at compile time.
Note that we do not generate implicit static getter nodes if their initialization is trivial.
R=hausner@google.com
Committed: https://code.google.com/p/dart/source/detail?r=23825
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Messages
Total messages: 3 (0 generated)
|