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

Issue 232553004: Do not use ranges after range analysis. (Closed)

Created:
6 years, 8 months ago by Sven Panne
Modified:
6 years, 8 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

Do not use ranges after range analysis. Due to the SSA vs. SSI difference, we are only allowed to use the flags computed during range analysis, not the ranges themselves. For the case at hand, there is no such flag, so the condition is simply remvoed. BUG=361608 LOG=y R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20645

Patch Set 1 #

Patch Set 2 : Rebased. #

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

Messages

Total messages: 3 (0 generated)
Sven Panne
6 years, 8 months ago (2014-04-10 08:58:04 UTC) #1
Benedikt Meurer
LGTM
6 years, 8 months ago (2014-04-10 09:03:46 UTC) #2
Sven Panne
6 years, 8 months ago (2014-04-10 09:40:25 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r20645 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698