Descriptiondart2js: Fast fix for deferred globals.
The fix is not perfect: it uses "arguments[1]" to avoid coming up with a fresh name.
Global variables are still allocated in the main-unit. If they are initialized with a constant value, they drag in that value into the main unit. (see http://dartbug.com/21301). That bug should, however, affect very few users.
BUG= http://dartbug.com/21293
R=cbracken@google.com
Committed: https://code.google.com/p/dart/source/detail?r=41056
Patch Set 1 #Patch Set 2 : More comments. #
Total comments: 1
Messages
Total messages: 5 (1 generated)
|