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

Issue 2224343002: [interpreter] Collect type feedback in Add, Mul, Div and Mod. (Closed)

Created:
4 years, 4 months ago by epertoso
Modified:
4 years, 4 months ago
Reviewers:
*Benedikt Meurer, *rmcilroy
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 in Add, Mul, Div and Mod. Introduces code stubs to collect type feedback for the Add, Mul, Div and Mod operations in the interpreter, and modifies the BytecodeGraphBuilder to make use of it. BUG=v8:5273 LOG=N Committed: https://crrev.com/63516a8c60f696bc942b73c1835a51d9c066945e Cr-Commit-Position: refs/heads/master@{#38543}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Update. #

Patch Set 3 : Fixes test-interpreter/InterpreterParameter8. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+674 lines, -123 lines) Patch
M src/code-stub-assembler.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 1 chunk +31 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 5 chunks +43 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 9 chunks +589 lines, -117 lines 0 comments Download
M src/globals.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (14 generated)
epertoso
4 years, 4 months ago (2016-08-09 13:37:32 UTC) #4
rmcilroy
LGTM assuming Benedikt is happy, thanks. https://codereview.chromium.org/2224343002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2224343002/diff/1/src/code-stubs.cc#newcode1878 src/code-stubs.cc:1878: // Do floating ...
4 years, 4 months ago (2016-08-09 14:59:50 UTC) #9
Benedikt Meurer
LGTM, thanks.
4 years, 4 months ago (2016-08-09 18:34:11 UTC) #10
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/2224343002/20001
4 years, 4 months ago (2016-08-10 10:25:38 UTC) #13
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/10711) v8_linux_dbg_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 4 months ago (2016-08-10 10:53:38 UTC) #15
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/2224343002/40001
4 years, 4 months ago (2016-08-10 14:06:42 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-10 14:33:46 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 14:34:06 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/63516a8c60f696bc942b73c1835a51d9c066945e
Cr-Commit-Position: refs/heads/master@{#38543}

Powered by Google App Engine
This is Rietveld 408576698