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

Issue 623513002: Drop some unused code (Closed)

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

Description

Drop some unused code Bonus: fix bitrot in (disabled) Hydrogen-BCH R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24392

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -53 lines) Patch
M src/accessors.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/accessors.cc View 2 chunks +0 lines, -16 lines 0 comments Download
M src/hydrogen.h View 3 chunks +0 lines, -4 lines 0 comments Download
M src/hydrogen.cc View 6 chunks +2 lines, -11 lines 0 comments Download
M src/hydrogen-bch.cc View 1 chunk +3 lines, -4 lines 1 comment Download
M src/hydrogen-instructions.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/type-info.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M src/utils.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
Jakob Kummerow
Some fallout from the last round of bug investigations. PTAL.
6 years, 2 months ago (2014-10-01 16:06:24 UTC) #2
Yang
LGTM. https://codereview.chromium.org/623513002/diff/1/src/hydrogen-bch.cc File src/hydrogen-bch.cc (right): https://codereview.chromium.org/623513002/diff/1/src/hydrogen-bch.cc#newcode245 src/hydrogen-bch.cc:245: has_upper_constant_limit && current_check->HasUpperLimit() && This seems like a ...
6 years, 2 months ago (2014-10-02 09:54:13 UTC) #3
Jakob Kummerow
Committed patchset #1 (id:1) manually as 24392 (presubmit successful).
6 years, 2 months ago (2014-10-02 10:52:26 UTC) #4
realprincewall
On 2014/10/02 10:52:26, Jakob wrote: > Committed patchset #1 (id:1) manually as 24392 (presubmit successful). ...
5 years, 10 months ago (2015-02-21 01:12:08 UTC) #5
Jakob Kummerow
5 years, 10 months ago (2015-02-21 17:15:13 UTC) #6
Message was sent while issue was closed.
On 2015/02/21 01:12:08, realprincewall wrote:
> The changes in src/hydrogen-instructions.cc seem incorrect. If SMI is allowed,
> the increment needs to be adjusted for SMI (shift right by 1).

No, I believe the code is correct. Hydrogen instructions provide a level of
abstraction that means you don't have to worry about Smi shifts.

Or do you have a test case that exhibits wrong behavior?

Powered by Google App Engine
This is Rietveld 408576698