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

Issue 2150553002: [turbofan] Introduces the SpeculativeNumberShiftLeft opcode. (Closed)

Created:
4 years, 5 months ago by epertoso
Modified:
4 years, 5 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] Introduces the SpeculativeNumberShiftLeft opcode. Typed lowering now produces SpeculativeNumberShiftLeft for JSShiftLeft if the type feedback is kSignedSmall or kSigned32. BUG=v8:4583 LOG=n Committed: https://crrev.com/d93fd41aaa0982ae8c4226cce3f2629649ebe87a Cr-Commit-Position: refs/heads/master@{#37762}

Patch Set 1 : First version. #

Total comments: 8

Patch Set 2 : Update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -32 lines) Patch
M src/compiler/js-typed-lowering.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 chunks +22 lines, -1 line 0 comments Download
M src/compiler/opcodes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 4 chunks +61 lines, -28 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/simplified-operator.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/compiler/typer.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/verifier.cc View 1 chunk +3 lines, -0 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 +20 lines, -1 line 0 comments Download
M test/unittests/compiler/node-test-utils.h View 1 chunk +5 lines, -0 lines 0 comments Download
M test/unittests/compiler/node-test-utils.cc View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
epertoso
4 years, 5 months ago (2016-07-14 09:24:30 UTC) #5
Jarin
Looking good with some questions. https://codereview.chromium.org/2150553002/diff/20001/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/2150553002/diff/20001/src/compiler/js-typed-lowering.cc#newcode600 src/compiler/js-typed-lowering.cc:600: r.ConvertInputsToNumber(); We should only ...
4 years, 5 months ago (2016-07-14 10:27:58 UTC) #6
epertoso
https://codereview.chromium.org/2150553002/diff/20001/src/compiler/js-typed-lowering.cc File src/compiler/js-typed-lowering.cc (right): https://codereview.chromium.org/2150553002/diff/20001/src/compiler/js-typed-lowering.cc#newcode600 src/compiler/js-typed-lowering.cc:600: r.ConvertInputsToNumber(); On 2016/07/14 10:27:58, Jarin wrote: > We should ...
4 years, 5 months ago (2016-07-14 12:02:12 UTC) #7
Jarin
lgtm, thanks!
4 years, 5 months ago (2016-07-14 12:15:38 UTC) #8
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/2150553002/40001
4 years, 5 months ago (2016-07-14 12:18:47 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 5 months ago (2016-07-14 12:47:15 UTC) #12
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-14 12:47:17 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-07-14 12:49:37 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d93fd41aaa0982ae8c4226cce3f2629649ebe87a
Cr-Commit-Position: refs/heads/master@{#37762}

Powered by Google App Engine
This is Rietveld 408576698