Chromium Code Reviews

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 Stats (+14 lines, -8 lines)
M src/x64/lithium-x64.cc View 1 chunk +3 lines, -6 lines 0 comments
A + test/mjsunit/regress/regress-361608.js View 1 chunk +11 lines, -2 lines 0 comments

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