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

Issue 174863002: Implement KnownSuccessor method to some control instructions. (Closed)

Created:
6 years, 10 months ago by Yang
Modified:
6 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Implement KnownSuccessor method to some control instructions. R=jkummerow@chromium.org BUG=v8:3118 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=19759

Patch Set 1 #

Patch Set 2 : add test case #

Total comments: 4

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -60 lines) Patch
M src/hydrogen.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 13 chunks +31 lines, -18 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 10 chunks +145 lines, -39 lines 1 comment Download
M src/objects-inl.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A test/mjsunit/constant-fold-control-instructions.js View 1 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
6 years, 10 months ago (2014-02-21 08:06:59 UTC) #1
Jakob Kummerow
LGTM with comments. https://codereview.chromium.org/174863002/diff/50001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/174863002/diff/50001/src/hydrogen-instructions.cc#newcode3142 src/hydrogen-instructions.cc:3142: } I think you're missing a ...
6 years, 9 months ago (2014-03-07 18:32:35 UTC) #2
Yang
On 2014/03/07 18:32:35, Jakob wrote: > LGTM with comments. > > https://codereview.chromium.org/174863002/diff/50001/src/hydrogen-instructions.cc > File src/hydrogen-instructions.cc ...
6 years, 9 months ago (2014-03-10 14:47:13 UTC) #3
Yang
Committed patchset #3 manually as r19759 (presubmit successful).
6 years, 9 months ago (2014-03-10 14:50:09 UTC) #4
Jakob Kummerow
6 years, 9 months ago (2014-03-10 14:51:07 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/174863002/diff/90001/src/hydrogen-instruction...
File src/hydrogen-instructions.cc (right):

https://codereview.chromium.org/174863002/diff/90001/src/hydrogen-instruction...
src/hydrogen-instructions.cc:3149: return true;
I think this needs to be inside the if() {...} block.

Powered by Google App Engine
This is Rietveld 408576698