Chromium Code Reviews
DescriptionClosure call inlining for constant closures.
Until now, constant closure functions (e.g. implicit static closures) were
not considered as inlining candidates. This CL enables inlining for them.
e.g. in code like
var f = math.max;
f();
the call to f will now be inlined.
I changed the source fingerprint computation for implicit closure functions
because the signature string of implicit closure functions is different
from the parent function's.
R=vegorov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=38027
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||