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

Issue 24117004: Implement local load/store elimination on basic blocks. (Closed)

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

Description

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

Patch Set 1 #

Total comments: 9

Patch Set 2 : Addressed review comments. #

Patch Set 3 : Added test for load/store elimination and improved checking of equivalence. #

Patch Set 4 : Indentation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+413 lines, -43 lines) Patch
M src/flag-definitions.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
A + src/hydrogen-load-elimination.h View 1 1 chunk +7 lines, -8 lines 0 comments Download
A src/hydrogen-load-elimination.cc View 1 2 3 1 chunk +327 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/load-elimination.js View 1 2 1 chunk +72 lines, -35 lines 0 comments Download
M tools/gyp/v8.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
titzer
7 years, 3 months ago (2013-09-12 08:59:36 UTC) #1
Michael Starzinger
Looking good. First round of comments, just one real issue about stores with map transitions. ...
7 years, 3 months ago (2013-09-12 20:04:25 UTC) #2
titzer
On 2013/09/12 20:04:25, Michael Starzinger wrote: > Looking good. First round of comments, just one ...
7 years, 3 months ago (2013-09-16 17:17:39 UTC) #3
Michael Starzinger
LGTM.
7 years, 3 months ago (2013-09-17 13:12:42 UTC) #4
titzer
7 years, 3 months ago (2013-09-17 15:32:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r16776 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698