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

Issue 12226112: Infrastructure classes for evaluating numeric relations between values. (Closed)

Created:
7 years, 10 months ago by Massi
Modified:
7 years, 10 months ago
Reviewers:
Jakob Kummerow
Visibility:
Public.

Description

Infrastructure classes for evaluating numeric relations between values. Committed: https://code.google.com/p/v8/source/detail?r=13656

Patch Set 1 #

Total comments: 30

Patch Set 2 : Added basic support for numeric relations with the result of an arithmetical operation. #

Total comments: 10

Patch Set 3 : Detect induction variables. #

Total comments: 6

Patch Set 4 : Added relations implied by conditional branches. #

Total comments: 8

Patch Set 5 : Fixed use of flag while setting up informative definitions. #

Patch Set 6 : Sample code for bounds check elimination. #

Total comments: 6

Patch Set 7 : Added workaround to correctly compare zero-constants. #

Patch Set 8 : Mark the OSR entry block. #

Patch Set 9 : Discard OSR values. #

Total comments: 2

Patch Set 10 : Addressed review comments. #

Total comments: 7

Patch Set 11 : Addressed last batch of review comments. #

Total comments: 2

Patch Set 12 : Addressed last comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -4 lines) Patch
M src/arm/lithium-arm.cc View 10 1 chunk +5 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 7 4 chunks +11 lines, -1 line 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 6 7 8 9 10 11 12 chunks +229 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +115 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 10 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 10 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 10 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Massi
This series of patches is the current code I have for array bounds check elimination. ...
7 years, 10 months ago (2013-02-12 13:04:03 UTC) #1
Jakob Kummerow
https://codereview.chromium.org/12226112/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/12226112/diff/1/src/hydrogen-instructions.cc#newcode693 src/hydrogen-instructions.cc:693: HValue* HValue::AddNumericConstraint(HInstruction* insertion_point, I don't think we need this. ...
7 years, 10 months ago (2013-02-12 15:10:42 UTC) #2
Massi
https://codereview.chromium.org/12226112/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/12226112/diff/1/src/hydrogen-instructions.cc#newcode693 src/hydrogen-instructions.cc:693: HValue* HValue::AddNumericConstraint(HInstruction* insertion_point, On 2013/02/12 15:10:42, Jakob wrote: > ...
7 years, 10 months ago (2013-02-13 11:56:42 UTC) #3
Jakob Kummerow
LGTM with a few more minor comments. https://codereview.chromium.org/12226112/diff/17001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/12226112/diff/17001/src/hydrogen-instructions.cc#newcode860 src/hydrogen-instructions.cc:860: void HBoundsCheck::AddInformativeDefinitions() ...
7 years, 10 months ago (2013-02-13 13:20:56 UTC) #4
Jakob Kummerow
Almost... https://codereview.chromium.org/12226112/diff/25001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/12226112/diff/25001/src/hydrogen-instructions.cc#newcode1993 src/hydrogen-instructions.cc:1993: Please remove one of these three empty lines. ...
7 years, 10 months ago (2013-02-13 13:54:54 UTC) #5
Jakob Kummerow
7 years, 10 months ago (2013-02-13 14:01:44 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698