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

Issue 143413019: Load elimination fix with a test case. (Closed)

Created:
6 years, 11 months ago by Igor Sheludko
Modified:
6 years, 10 months ago
Reviewers:
titzer, Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Making store_mode parameter of HStoreNamedField explicit. #

Total comments: 4

Patch Set 3 : Making store_mode parameter of HStoreKeyed explicit. #

Total comments: 5

Patch Set 4 : Review notes applied #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -108 lines) Patch
M src/code-stubs-hydrogen.cc View 1 2 13 chunks +39 lines, -28 lines 0 comments Download
M src/hydrogen.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 37 chunks +92 lines, -68 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 7 chunks +21 lines, -8 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M src/hydrogen-load-elimination.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/load-elimination.js View 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Igor Sheludko
PTAL
6 years, 11 months ago (2014-01-24 18:15:58 UTC) #1
Toon Verwaest
lgtm. A little bit scary though... If we ever forget to mark an initializing store ...
6 years, 11 months ago (2014-01-27 10:47:28 UTC) #2
titzer
lgtm. I agree, it is easy to get this wrong. One thing we could try ...
6 years, 11 months ago (2014-01-27 12:32:02 UTC) #3
Igor Sheludko
Good idea. I made the store_mode parameter explicit for HStoreNamedField and HStoreKeyed (for consistency). I ...
6 years, 11 months ago (2014-01-27 15:14:16 UTC) #4
Toon Verwaest
lgtm https://codereview.chromium.org/143413019/diff/200001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/143413019/diff/200001/src/hydrogen-instructions.h#newcode6646 src/hydrogen-instructions.h:6646: // Preinitializing stores are made only to just ...
6 years, 10 months ago (2014-01-28 16:30:54 UTC) #5
Igor Sheludko
https://codereview.chromium.org/143413019/diff/200001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/143413019/diff/200001/src/hydrogen-instructions.h#newcode6646 src/hydrogen-instructions.h:6646: // Preinitializing stores are made only to just allocated ...
6 years, 10 months ago (2014-01-28 16:44:42 UTC) #6
Igor Sheludko
6 years, 10 months ago (2014-01-28 16:45:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r18884 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698