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

Issue 2184513003: [turbofan] Adds handling of number or oddball type feedback to SpeculativeNumberShiftLeft. (Closed)

Created:
4 years, 4 months ago by epertoso
Modified:
4 years, 4 months ago
Reviewers:
Benedikt Meurer, *Jarin
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Adds handling of number or oddball type feedback to SpeculativeNumberShiftLeft. This required the introduction of the CheckedNumberOrOddballAsWord32 use info, and a change in the RepresentationChanger to handle it. BUG= Committed: https://crrev.com/94ab292fba494f6968d18305f77d279d81af5d22 Cr-Commit-Position: refs/heads/master@{#38086}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -26 lines) Patch
M src/compiler/js-typed-lowering.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/compiler/representation-change.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/representation-change.cc View 1 2 chunks +18 lines, -4 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 1 chunk +8 lines, -20 lines 0 comments Download
M test/mjsunit/compiler/turbo-number-feedback.js View 1 chunk +11 lines, -0 lines 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
epertoso
4 years, 4 months ago (2016-07-26 14:59:43 UTC) #4
Benedikt Meurer
LGTM once nits are addressed. https://codereview.chromium.org/2184513003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/2184513003/diff/1/src/compiler/js-typed-lowering.cc#newcode598 src/compiler/js-typed-lowering.cc:598: if (feedback == BinaryOperationHints::kSigned32 ...
4 years, 4 months ago (2016-07-27 03:34:36 UTC) #5
Jarin
lgtm. https://codereview.chromium.org/2184513003/diff/1/src/compiler/representation-change.cc File src/compiler/representation-change.cc (right): https://codereview.chromium.org/2184513003/diff/1/src/compiler/representation-change.cc#newcode468 src/compiler/representation-change.cc:468: to_float_checked); As discussed offline, we should introduce a ...
4 years, 4 months ago (2016-07-27 05:34:01 UTC) #6
epertoso
https://codereview.chromium.org/2184513003/diff/1/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/2184513003/diff/1/src/compiler/js-typed-lowering.cc#newcode598 src/compiler/js-typed-lowering.cc:598: if (feedback == BinaryOperationHints::kSigned32 || On 2016/07/27 03:34:36, Benedikt ...
4 years, 4 months ago (2016-07-27 08:26:37 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2184513003/20001
4 years, 4 months ago (2016-07-27 08:29:27 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-07-27 08:58:51 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 09:04:29 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/94ab292fba494f6968d18305f77d279d81af5d22
Cr-Commit-Position: refs/heads/master@{#38086}

Powered by Google App Engine
This is Rietveld 408576698