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

Issue 23866016: Implement local check elimination on basic blocks. (Closed)

Created:
7 years, 3 months ago by titzer
Modified:
7 years, 2 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Implement local check elimination on basic blocks. BUG= R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16970

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix HCheckMaps and reduce HLoadNamedField of the map in check elimination. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+443 lines, -15 lines) Patch
M src/flag-definitions.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 3 chunks +4 lines, -8 lines 0 comments Download
A + src/hydrogen-check-elimination.h View 1 2 chunks +8 lines, -7 lines 0 comments Download
A src/hydrogen-check-elimination.cc View 1 1 chunk +357 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/unique.h View 1 3 chunks +19 lines, -0 lines 0 comments Download
M test/cctest/test-unique.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
titzer
7 years, 3 months ago (2013-09-23 09:56:33 UTC) #1
Michael Starzinger
LGTM with comments. https://codereview.chromium.org/23866016/diff/1/src/hydrogen-check-elimination.cc File src/hydrogen-check-elimination.cc (right): https://codereview.chromium.org/23866016/diff/1/src/hydrogen-check-elimination.cc#newcode53 src/hydrogen-check-elimination.cc:53: HValue* object = instr->ActualValue(); Even though ...
7 years, 2 months ago (2013-09-26 09:09:55 UTC) #2
titzer
On 2013/09/26 09:09:55, Michael Starzinger wrote: > LGTM with comments. > > https://codereview.chromium.org/23866016/diff/1/src/hydrogen-check-elimination.cc > File ...
7 years, 2 months ago (2013-09-26 16:23:23 UTC) #3
titzer
7 years, 2 months ago (2013-09-26 16:26:13 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r16970 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698