Chromium Code Reviews
DescriptionFix await x++
Fixes compiler crash bug 22634
Simplify transformation of await expressions. Do not allocate
unnecessary temporary variables.
Await LetNode temporary expressions still does not work properly
since the temporary values are only saved on the stack by the
back-end. Thus, a[await f()]++ still does not work after this change.
R=iposva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=44337
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||