Chromium Code Reviews
DescriptionVM: Fix infinite recursion in optimization of of string interpolation.
Don't compile-time fold string interpolation when compiling
the interpolation function itself. This would otherwise case
an infiniti recursion.
Also check he result of calling the interpolation function before
casting to a String.
BUG=dartbug.com/17461
R=iposva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=33651
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 4 (0 generated)
|