Reviewers: Toon Verwaest,
Message:
Hi Toon, here is the second in the series of two CLs we discussed, this one
converting the indexed interceptor to a handler.
The handler is simpler because it doesn't need to introspect on the map,
it's
just a smi-check and tail call. I thought about Hydrogenizing it, but I'd
have
to add tail call support to CallRuntime. Could do, could do. WDYT? PTAL!
--Michael
Description:
Convert KeyedLoad indexed interceptor case to a Handler.
Currently, KeyedLoads on objects with indexed interceptors are handled with
a
special stub. Instead, key on the map and handler mechanism for more uniform
treatment.
[email protected]
Please review this at https://codereview.chromium.org/575373004/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+55, -70 lines):
M src/builtins.h
M src/builtins.cc
M src/code-stubs.h
M src/ia32/code-stubs-ia32.cc
M src/ic/handler-compiler.cc
M src/ic/ia32/ic-ia32.cc
M src/ic/ic.h
M src/ic/ic.cc
M src/ic/ic-compiler.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.