Do we have test coverage for all code paths that have changed? It's easy to
introduce a typo when refactoring jump conditions, accidentally reversing a
condition...
https://codereview.chromium.org/202083002/diff/1/src/x64/macro-assembler-x64.cc
File src/x64/macro-assembler-x64.cc (right):
https://codereview.chromium.org/202083002/diff/1/src/x64/macro-assembler-x64.cc#newcode3076
src/x64/macro-assembler-x64.cc:3076: j(below_equal, &done,
Label::kNear);
This change is confusing. "zero" should have the same effect as
"below_equal" in this case, and is much more readable. Or am I missing
something?
https://codereview.chromium.org/202083002/
--
--
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.