Reviewers: rmcilroy,

Message:
Hey Ross,

This is the very first version of the CallCallableStub. You said you wanted to have an early look. It'll need some more polishing. If you have some spare time,
you can help porting to arm/arm64 next week.

greets,
Benedikt

Description:
[stubs] Unify the various versions of [[Call]] with CallCallableStub.

The new CallCallableStub superseeds the current CallFunctionStub,
and will be the single bottleneck for all calling, including the
Function.prototype.call and Function.prototype.apply builtins, which
had handwritten (and not fully compliant) versions of CallFunctionStub,
and also the CallIC(s), which where also slightly different.

Please review this at https://codereview.chromium.org/1311013008/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+239, -297 lines):
  M src/bailout-reason.h
  M src/code-stubs.h
  M src/contexts.h
  M src/objects.h
  M src/runtime.js
  M src/x64/builtins-x64.cc
  M src/x64/code-stubs-x64.cc
  M src/x64/macro-assembler-x64.h
  M src/x64/macro-assembler-x64.cc
  M test/mjsunit/harmony/proxies-function.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to