Reviewers: William Hesse, Message: Small review.
Description: X64: Change overflow checks to only jump on overflow. Costs an extra move because the result is calculated in a scratch register and only moved to destination on non-overflow in order to preserve source registers in case of overflow. Please review this at http://codereview.chromium.org/2823004/show Affected files: M src/x64/macro-assembler-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
