https://codereview.chromium.org/201573011/diff/1/src/x64/lithium-codegen-x64.cc
File src/x64/lithium-codegen-x64.cc (right):
https://codereview.chromium.org/201573011/diff/1/src/x64/lithium-codegen-x64.cc#newcode2927
src/x64/lithium-codegen-x64.cc:2927: __ Abort(kInvalidArgumentIndex);
Abort() calls runtime which requires context to be in rsi but this
instruction does not handle context. Most likely it will crash if ever
hits the Abort() case. I'm not fully sure but probably you should use
int3() here.
https://codereview.chromium.org/201573011/
--
--
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.