DescriptionAllow inlining of multiple closures from shared function.
This allows Crankshaft to allow inlining of multiple different closures
that were all derived from the same shared function info. This pattern
appears when libraries provide generic closures that are used over and
over again at different call-sites.
R=jkummerow@chromium.org
TEST=mjsunit/compiler/inline-closures
Committed: http://code.google.com/p/v8/source/detail?r=13522
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|