https://codereview.chromium.org/816913003/diff/1/src/x64/full-codegen-x64.cc
File src/x64/full-codegen-x64.cc (right):
https://codereview.chromium.org/816913003/diff/1/src/x64/full-codegen-x64.cc#newcode254
src/x64/full-codegen-x64.cc:254: int offset = num_parameters *
kPointerSize;
I think this needs to be kRegisterSize in order to work on x32. This is
probably not the only place in this file that does it wrong, though.
Maybe uses of kPointerSize in stack offset calculations should be
replaced with a new kStackSlotSize constant.
https://codereview.chromium.org/816913003/
--
--
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.