https://codereview.chromium.org/19588002/diff/2001/src/ia32/stub-cache-ia32.cc
File src/ia32/stub-cache-ia32.cc (right):

https://codereview.chromium.org/19588002/diff/2001/src/ia32/stub-cache-ia32.cc#newcode1136
src/ia32/stub-cache-ia32.cc:1136: __ mov(scratch1,
Handle<Map>(object->map()));
The StubCompiler::CheckPrototypes() helper is used in many places, even
several times within the same stub. So I think this should be hoisted
out of this helper to only add the embedded map at the top of each stub
that actually needs it.

https://codereview.chromium.org/19588002/

--
--
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/groups/opt_out.


Reply via email to