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

Issue 12047050: Correctly set kCanBeDivByZero flag for HMathFloorOfDiv. (Closed)

Created:
7 years, 11 months ago by ulan
Modified:
7 years, 11 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Correctly set kCanBeDivByZero flag for HMathFloorOfDiv. After r13289 the divisor can be non-constant, so we should check for zero. BUG=171641 R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=13479

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -8 lines) Patch
M src/hydrogen-instructions.h View 1 chunk +3 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-171641.js View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ulan
Please take a look.
7 years, 11 months ago (2013-01-23 15:49:32 UTC) #1
Yang
7 years, 11 months ago (2013-01-23 15:51:04 UTC) #2
On 2013/01/23 15:49:32, ulan wrote:
> Please take a look.

LGTM.

Powered by Google App Engine
This is Rietveld 408576698