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

Issue 12377072: Handling expression decomposition and array bounds check hoisting: working code with lots of debugg… (Closed)

Created:
7 years, 9 months ago by Massi
Modified:
7 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Handling expression decomposition and array bounds check hoisting: working code with lots of debugging PrintFs, postdominance check still missing. Committed: https://code.google.com/p/v8/source/detail?r=13961

Patch Set 1 #

Total comments: 46

Patch Set 2 : Addressed review comments. #

Total comments: 14

Patch Set 3 : Reworked decomposition to make recursive behaviour cleaner. #

Patch Set 4 : Addressed review comments. #

Total comments: 8

Patch Set 5 : Addressed all review comments and fixed compilation flags. #

Patch Set 6 : Rebased on master and fixed conflicts. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+595 lines, -48 lines) Patch
M src/arm/lithium-arm.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 2 chunks +12 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 18 chunks +277 lines, -39 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 3 4 5 6 chunks +248 lines, -9 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M test/mjsunit/array-bounds-check-removal.js View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jakob Kummerow
https://codereview.chromium.org/12377072/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/12377072/diff/1/src/hydrogen-instructions.cc#newcode195 src/hydrogen-instructions.cc:195: // Try to satisfy the lower bound on this ...
7 years, 9 months ago (2013-03-11 11:55:02 UTC) #1
Massi
I replied only to the comments where I disagree or where I did something different. ...
7 years, 9 months ago (2013-03-13 15:58:14 UTC) #2
Jakob Kummerow
Looking pretty good now. https://codereview.chromium.org/12377072/diff/1/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/12377072/diff/1/src/hydrogen-instructions.cc#newcode230 src/hydrogen-instructions.cc:230: // See if the constraints ...
7 years, 9 months ago (2013-03-14 12:50:08 UTC) #3
Massi
https://codereview.chromium.org/12377072/diff/5001/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/12377072/diff/5001/src/flag-definitions.h#newcode134 src/flag-definitions.h:134: DEFINE_bool(new_abcd, true, "use new abcd") On 2013/03/14 12:50:09, Jakob ...
7 years, 9 months ago (2013-03-14 15:07:18 UTC) #4
Jakob Kummerow
I like this refactoring! LGTM with a few more nits. https://codereview.chromium.org/12377072/diff/17001/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/12377072/diff/17001/src/flag-definitions.h#newcode210 ...
7 years, 9 months ago (2013-03-14 16:16:32 UTC) #5
Jakob Kummerow
one more nit https://codereview.chromium.org/12377072/diff/17001/test/mjsunit/array-bounds-check-removal.js File test/mjsunit/array-bounds-check-removal.js (right): https://codereview.chromium.org/12377072/diff/17001/test/mjsunit/array-bounds-check-removal.js#newcode221 test/mjsunit/array-bounds-check-removal.js:221: if (false) { debugging leftover?
7 years, 9 months ago (2013-03-14 16:18:16 UTC) #6
Massi
7 years, 9 months ago (2013-03-18 08:06:14 UTC) #7
Message was sent while issue was closed.
Committed manually as r13961 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698