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

Issue 2235133003: [interpreter] Collect type feedback from bitwise binary ops handlers. (Closed)

Created:
4 years, 4 months ago by epertoso
Modified:
4 years, 4 months ago
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] Collect type feedback from bitwise binary ops handlers. Also, re-enables the use of the type feedback in BytecodeGraphBuilder. BUG=v8:5273 LOG=N Committed: https://crrev.com/b167ae33614721c6bcf7bd6bf33e1abe24638fd4 Cr-Commit-Position: refs/heads/master@{#38618}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Update. #

Total comments: 4

Patch Set 3 : Update. #

Total comments: 6

Patch Set 4 : Update. #

Patch Set 5 : Fixes the assert caused by Bind() after AbortIf(). #

Patch Set 6 : Fixed mapping kSignedSmall -> kSigned32 to kSignedSmall -> kSignedSmall. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -27 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 2 chunks +10 lines, -20 lines 0 comments Download
M src/compiler/type-hint-analyzer.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 4 4 chunks +78 lines, -6 lines 0 comments Download
M src/interpreter/interpreter-assembler.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 1 chunk +61 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
epertoso
4 years, 4 months ago (2016-08-11 09:04:23 UTC) #3
Benedikt Meurer
LGTM with comments. https://codereview.chromium.org/2235133003/diff/1/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2235133003/diff/1/src/interpreter/interpreter.cc#newcode808 src/interpreter/interpreter.cc:808: __ Int32Constant(BinaryOperationFeedback::kNumber), We should probably recognize ...
4 years, 4 months ago (2016-08-11 09:32:22 UTC) #4
rmcilroy
Overarching question - this introduces a number of number type comparison operations for the type ...
4 years, 4 months ago (2016-08-11 09:50:49 UTC) #5
epertoso
On 2016/08/11 09:50:49, rmcilroy wrote: > Overarching question - this introduces a number of number ...
4 years, 4 months ago (2016-08-11 12:18:49 UTC) #6
epertoso
https://codereview.chromium.org/2235133003/diff/1/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2235133003/diff/1/src/interpreter/interpreter.cc#newcode808 src/interpreter/interpreter.cc:808: __ Int32Constant(BinaryOperationFeedback::kNumber), On 2016/08/11 09:32:21, Benedikt Meurer wrote: > ...
4 years, 4 months ago (2016-08-11 12:18:57 UTC) #7
Benedikt Meurer
Still LGTM.
4 years, 4 months ago (2016-08-11 12:42:19 UTC) #8
rmcilroy
LGTM with a suggestion. https://codereview.chromium.org/2235133003/diff/20001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2235133003/diff/20001/src/interpreter/interpreter.cc#newcode819 src/interpreter/interpreter.cc:819: typedef InterpreterAssembler::Variable Variable; Typedefs are ...
4 years, 4 months ago (2016-08-11 13:31:07 UTC) #9
epertoso
https://codereview.chromium.org/2235133003/diff/20001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2235133003/diff/20001/src/interpreter/interpreter.cc#newcode819 src/interpreter/interpreter.cc:819: typedef InterpreterAssembler::Variable Variable; On 2016/08/11 13:31:07, rmcilroy wrote: > ...
4 years, 4 months ago (2016-08-11 14:03:11 UTC) #10
rmcilroy
Couple of last nits, but LGTM. Thanks for the pulling it out to a helper! ...
4 years, 4 months ago (2016-08-11 14:09:24 UTC) #11
epertoso
https://codereview.chromium.org/2235133003/diff/40001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2235133003/diff/40001/src/interpreter/interpreter.cc#newcode823 src/interpreter/interpreter.cc:823: InterpreterAssembler::Variable var_lhs_type_feedback( On 2016/08/11 14:09:23, rmcilroy wrote: > nit ...
4 years, 4 months ago (2016-08-11 14:18:06 UTC) #12
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/2235133003/60001
4 years, 4 months ago (2016-08-11 14:18:22 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/10818) v8_linux_dbg_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 4 months ago (2016-08-11 14:44:10 UTC) #17
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/2235133003/80001
4 years, 4 months ago (2016-08-11 14:58:20 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel_ng/builds/6640) v8_linux_arm64_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 4 months ago (2016-08-11 15:35:52 UTC) #22
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/2235133003/100001
4 years, 4 months ago (2016-08-12 12:37:55 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-12 13:04:20 UTC) #27
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 13:04:38 UTC) #29
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b167ae33614721c6bcf7bd6bf33e1abe24638fd4
Cr-Commit-Position: refs/heads/master@{#38618}

Powered by Google App Engine
This is Rietveld 408576698