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 7709025: Perform range analysis after GVN. (Closed)

Created:
9 years, 4 months ago by fschneider
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Perform range analysis after GVN. This eliminate redundant HChange instructions and allows range information of converted values propagated across control-flow splits. It fixes the performance regression on code like: if (x > 1) { y = x - 1; } where we should eliminate the overflow check on the sub inside the if-statement. Committed: http://code.google.com/p/v8/source/detail?r=8997

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -9 lines) Patch
M src/hydrogen.cc View 1 chunk +10 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 4 months ago (2011-08-23 10:25:47 UTC) #1
Kevin Millikin (Chromium)
9 years, 4 months ago (2011-08-23 10:57:37 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698