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

Issue 2035383003: [turbofan] Type feedback for numeric comparisons. (Closed)

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

Description

[turbofan] Type feedback for numeric comparisons. Committed: https://crrev.com/a49c4b0a47b8be622cff33df9767cd4aa162e08b Cr-Commit-Position: refs/heads/master@{#37024}

Patch Set 1 #

Patch Set 2 : Fixes #

Total comments: 16

Patch Set 3 : Address review comments #

Patch Set 4 : Fix bitfield #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase, pure ops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+635 lines, -237 lines) Patch
M src/compiler/ast-graph-builder.cc View 1 2 3 4 12 chunks +51 lines, -26 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 3 chunks +22 lines, -11 lines 0 comments Download
M src/compiler/js-call-reducer.cc View 1 2 3 4 4 chunks +12 lines, -8 lines 0 comments Download
M src/compiler/js-operator.h View 1 2 2 chunks +10 lines, -8 lines 0 comments Download
M src/compiler/js-operator.cc View 1 2 3 4 2 chunks +96 lines, -10 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 2 3 4 11 chunks +36 lines, -9 lines 0 comments Download
M src/compiler/opcodes.h View 1 2 3 4 5 1 chunk +73 lines, -70 lines 0 comments Download
M src/compiler/representation-change.cc View 1 2 3 4 5 6 3 chunks +9 lines, -0 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 2 3 4 5 6 3 chunks +38 lines, -3 lines 0 comments Download
M src/compiler/simplified-operator.h View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M src/compiler/simplified-operator.cc View 1 2 3 4 5 6 2 chunks +28 lines, -0 lines 0 comments Download
M src/compiler/type-hint-analyzer.h View 1 chunk +7 lines, -1 line 0 comments Download
M src/compiler/type-hint-analyzer.cc View 1 2 6 chunks +50 lines, -7 lines 0 comments Download
M src/compiler/type-hints.h View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
M src/compiler/type-hints.cc View 1 2 2 chunks +29 lines, -2 lines 0 comments Download
M src/compiler/typer.cc View 1 2 3 4 5 2 chunks +12 lines, -1 line 0 comments Download
M src/compiler/verifier.cc View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-js-typed-lowering.cc View 1 2 3 4 15 chunks +75 lines, -54 lines 0 comments Download
M test/unittests/compiler/js-operator-unittest.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M test/unittests/compiler/js-typed-lowering-unittest.cc View 1 2 3 4 2 chunks +6 lines, -4 lines 0 comments Download
M test/unittests/compiler/typer-unittest.cc View 2 chunks +19 lines, -13 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Benedikt Meurer
https://codereview.chromium.org/2035383003/diff/20001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/2035383003/diff/20001/src/compiler/ast-graph-builder.cc#newcode1315 src/compiler/ast-graph-builder.cc:1315: javascript()->StrictEqual(CompareOperationHints::Any()); We do have type feedback for switches. Can ...
4 years, 6 months ago (2016-06-07 04:11:00 UTC) #2
Jarin
Thank for early feedback! I tried to address all your excellent comments. Unfortunately, this CL ...
4 years, 6 months ago (2016-06-07 15:29:29 UTC) #3
Jarin
https://codereview.chromium.org/2035383003/diff/20001/src/compiler/ast-graph-builder.cc File src/compiler/ast-graph-builder.cc (right): https://codereview.chromium.org/2035383003/diff/20001/src/compiler/ast-graph-builder.cc#newcode1315 src/compiler/ast-graph-builder.cc:1315: javascript()->StrictEqual(CompareOperationHints::Any()); On 2016/06/07 04:11:00, Benedikt Meurer wrote: > We ...
4 years, 6 months ago (2016-06-09 13:37:32 UTC) #4
Benedikt Meurer
lgtm
4 years, 6 months ago (2016-06-16 05:52:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2035383003/140001
4 years, 6 months ago (2016-06-16 06:33:09 UTC) #7
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 6 months ago (2016-06-16 06:34:55 UTC) #8
commit-bot: I haz the power
4 years, 6 months ago (2016-06-16 06:37:41 UTC) #10
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/a49c4b0a47b8be622cff33df9767cd4aa162e08b
Cr-Commit-Position: refs/heads/master@{#37024}

Powered by Google App Engine
This is Rietveld 408576698