Chromium Code Reviews
DescriptionReuse function objects of async closure body
When an async function is compiled, it creates a closure that contains the code of the async function’s body. Before this change, a new function object is created each time the async function is compiled. This change looks up previously created closures and reuses them, similar to what the parser does for local functions.
R=rmacnak@google.com
Committed: https://code.google.com/p/dart/source/detail?r=41084
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 4 (1 generated)
|