Chromium Code Reviews
DescriptionVM: Simplify dispatcher code for closure calls.
The getter call to ".call" can be avoided for Function objects, since
it just returns the receiver there.
This makes the unoptimized code smaller. Optimized code will
only be affected if the getter call was not inlined before.
R=vegorov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=43287
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|
|||||||||||||||||||