DescriptionOptimize Function.prototype.call
- May inline the function, or call it directly, instead of going through call
- Supports arguments object escaping when it escapes to builtins (preparation for slice.call(arguments, ...) optimization)
- Both .call and .apply now support inlining when calling builtins indirectly
BUG=
R=verwaest@chromium.org, rossberg@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=21840
Patch Set 1 #
Total comments: 18
Patch Set 2 : Address comments #
Total comments: 4
Patch Set 3 : Assert that functions are called #Patch Set 4 : Call the correct functions #
Messages
Total messages: 11 (0 generated)
|