https://codereview.chromium.org/155723004/diff/60001/src/a64/lithium-codegen-a64.cc
File src/a64/lithium-codegen-a64.cc (right):
https://codereview.chromium.org/155723004/diff/60001/src/a64/lithium-codegen-a64.cc#newcode973
src/a64/lithium-codegen-a64.cc:973: __ Call(entry,
RelocInfo::RUNTIME_ENTRY);
This works only if (frame_is_built_ && !info()->saves_caller_doubles()),
right?
Instead of duplicating deoptimizing code here and in
LCodeGen::Deoptimize, wouldn't it be better to pass a condition and
labels to this function? This function then could check the condition
and deopt_every_n_times counter and if we need to deopt it could jump to
the corresponding label.
https://codereview.chromium.org/155723004/
--
--
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.