Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Issue 11665007: Fix x64 MathMinMax for negative untagged int32 arguments. (Closed)

Created:
8 years ago by ulan
Modified:
8 years ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

Fix x64 MathMinMax for negative untagged int32 arguments. An untagged int32 has zeros in the upper half even if it is negative. Using cmpq to compare such numbers will incorrectly ignore the sign. BUG=164442 R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=13273

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -14 lines) Patch
M src/x64/lithium-codegen-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-164442.js View 1 chunk +9 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ulan
Please take a look.
8 years ago (2012-12-21 17:11:27 UTC) #1
mvstanton
8 years ago (2012-12-21 17:20:04 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698