DescriptionAllow full inlining of f.apply(this, arguments) calls.
This allows Crankshaft to completely inline a f.apply() dispatch if the
exact number of arguments is known and the function is constant. The
deoptimizer doesn't generate the f.apply() frame during deoptimization,
so the materialized frames look like f.apply() did a tailcall.
R=jkummerow@chromium.org
TEST=mjsunit/compiler/inline-function-apply
Committed: http://code.google.com/p/v8/source/detail?r=13665
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|