Thanks for the comments, I've done the ports (pretty mechanical), addressed
your
comments, and fixed a TODO I missed before uploading (we needed a new error
message in an assert in CreateArrayDispatchOneArgument()).
https://codereview.chromium.org/23477071/diff/1/src/code-stubs.h
File src/code-stubs.h (right):
https://codereview.chromium.org/23477071/diff/1/src/code-stubs.h#newcode755
src/code-stubs.h:755: void DispatchToCorrectArrayStub(MacroAssembler*
masm,
On 2013/09/12 11:23:35, Michael Starzinger wrote:
nit: s/DispatchToCorrectArrayStub/GenerateDispatchToArrayStub/
Done.
https://codereview.chromium.org/23477071/diff/1/src/ia32/code-stubs-ia32.cc
File src/ia32/code-stubs-ia32.cc (right):
https://codereview.chromium.org/23477071/diff/1/src/ia32/code-stubs-ia32.cc#newcode7475
src/ia32/code-stubs-ia32.cc:7475: DispatchToCorrectArrayStub(masm,
DISABLE_ALLOCATION_SITES);
On 2013/09/12 11:23:35, Michael Starzinger wrote:
Move this dispatch to below the DONT_OVERRIDE dispatch, this
completely saves
you from having the "switch_ready" label and jump.
whoa, sweet, thx!
https://codereview.chromium.org/23477071/
--
--
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.