Reviewers: Benedikt Meurer, Jakob,

Message:
Hi guys,
Benedikt - could you review code-stubs*, as you were just in there.
Jakob - could you review the changes under src/ic/*?

Thanks much!
--Michael


Description:
On a call to Array(), we patched a call ic. This CL makes do with a single
dispatcher which inlines the special handling for the Array() call case, loading the allocation site found in the vector and calling the array constructor stub
appropriately.

BUG=

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

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

Affected files (+119, -344 lines):
  M src/arm/code-stubs-arm.cc
  M src/arm64/code-stubs-arm64.cc
  M src/code-stubs.h
  M src/code-stubs.cc
  M src/ia32/code-stubs-ia32.cc
  M src/ic/ic.h
  M src/ic/ic.cc
  M src/ic/ic-inl.h
  M src/mips/code-stubs-mips.cc
  M src/mips64/code-stubs-mips64.cc
  M src/runtime/runtime.h
  M src/x64/code-stubs-x64.cc


--
--
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