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

Issue 2286273002: [interpreter] Make the comparison bytecode handlers collect type feedback. (Closed)

Created:
4 years, 3 months ago by epertoso
Modified:
4 years, 3 months ago
Reviewers:
Benedikt Meurer, *mythria
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

[interpreter] Make the comparison bytecode handlers collect type feedback. BUG=v8:5273 Committed: https://crrev.com/708f80d243d108220d5e5c9b1dedc1217c73db9c Cr-Commit-Position: refs/heads/master@{#39006}

Patch Set 1 #

Patch Set 2 : Update. #

Patch Set 3 : Fix. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+658 lines, -441 lines) Patch
M src/ast/ast.h View 4 chunks +22 lines, -0 lines 0 comments Download
M src/ast/ast.cc View 2 chunks +20 lines, -0 lines 0 comments Download
M src/ast/ast-numbering.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler/bytecode-graph-builder.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 2 chunks +25 lines, -14 lines 0 comments Download
M src/compiler/type-hint-analyzer.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/type-hint-analyzer.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/globals.h View 1 1 chunk +6 lines, -0 lines 1 comment Download
M src/interpreter/bytecode-array-builder.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 chunk +8 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 chunk +14 lines, -7 lines 0 comments Download
M src/interpreter/interpreter.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 4 chunks +81 lines, -7 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden View 3 chunks +9 lines, -9 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/BasicLoops.golden View 18 chunks +76 lines, -76 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden View 2 chunks +12 lines, -12 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Conditional.golden View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ForIn.golden View 1 chunk +12 lines, -12 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ForOf.golden View 21 chunks +76 lines, -76 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Generators.golden View 20 chunks +74 lines, -74 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/IfConditions.golden View 5 chunks +18 lines, -18 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden View 2 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden View 6 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/RemoveRedundantLdar.golden View 4 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Switch.golden View 9 chunks +33 lines, -33 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/TryFinally.golden View 6 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden View 3 chunks +7 lines, -7 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/WideRegisters.golden View 4 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 8 chunks +52 lines, -11 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 16 chunks +39 lines, -38 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
epertoso
4 years, 3 months ago (2016-08-29 12:18:15 UTC) #11
Benedikt Meurer
Nice work. LGTM.
4 years, 3 months ago (2016-08-30 03:47:43 UTC) #14
mythria
Thanks for doing this and also binary ops. lgtm. https://codereview.chromium.org/2286273002/diff/60001/src/globals.h File src/globals.h (right): https://codereview.chromium.org/2286273002/diff/60001/src/globals.h#newcode1159 src/globals.h:1159: ...
4 years, 3 months ago (2016-08-30 08:09:29 UTC) #15
epertoso
On 2016/08/30 08:09:29, mythria wrote: > Thanks for doing this and also binary ops. lgtm. ...
4 years, 3 months ago (2016-08-30 10:18:17 UTC) #16
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/2286273002/60001
4 years, 3 months ago (2016-08-30 10:18:41 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 3 months ago (2016-08-30 10:21:07 UTC) #20
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 10:21:49 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/708f80d243d108220d5e5c9b1dedc1217c73db9c
Cr-Commit-Position: refs/heads/master@{#39006}

Powered by Google App Engine
This is Rietveld 408576698