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

Issue 1902823002: [ignition] Inline the binary op TurboFan code stubs in the bytecode handlers. (Closed)

Created:
4 years, 8 months ago by epertoso
Modified:
4 years, 8 months ago
CC:
oth, rmcilroy, v8-reviews_googlegroups.com, Mircea Trofin
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ignition] Inline the binary op TurboFan code stubs in the bytecode handlers. Adds a Generate method to the stubs that can be used to embed the graph directly in the bytecode handlers. Committed: https://crrev.com/e8caf78ff2a9f7d50ac9b47f6b4c80f92b69914a Cr-Commit-Position: refs/heads/master@{#35696}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update #

Patch Set 3 : Update #

Patch Set 4 : Update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -128 lines) Patch
M src/code-stubs.h View 1 2 12 chunks +23 lines, -11 lines 0 comments Download
M src/code-stubs.cc View 1 2 25 chunks +136 lines, -105 lines 0 comments Download
M src/compiler/register-allocator-verifier.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M src/interpreter/interpreter.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 11 chunks +21 lines, -11 lines 0 comments Download

Messages

Total messages: 34 (17 generated)
epertoso
4 years, 8 months ago (2016-04-20 08:17:58 UTC) #2
Benedikt Meurer
LGTM with comment. https://codereview.chromium.org/1902823002/diff/1/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/1902823002/diff/1/src/interpreter/interpreter.cc#newcode710 src/interpreter/interpreter.cc:710: void Interpreter::DoBinaryOp(Node* (*generator)(CodeStubAssembler*, Node*, Please no ...
4 years, 8 months ago (2016-04-20 08:42:33 UTC) #3
rmcilroy
Interpreter changes look good to me, but +1 to Benedkit's comment.
4 years, 8 months ago (2016-04-20 08:56:58 UTC) #5
epertoso
Took care of the function pointer. https://codereview.chromium.org/1902823002/diff/1/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/1902823002/diff/1/src/interpreter/interpreter.cc#newcode710 src/interpreter/interpreter.cc:710: void Interpreter::DoBinaryOp(Node* (*generator)(CodeStubAssembler*, ...
4 years, 8 months ago (2016-04-20 08:59:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902823002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902823002/40001
4 years, 8 months ago (2016-04-20 13:17:00 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel_ng/builds/441) v8_linux_rel_ng on tryserver.v8 (JOB_FAILED, ...
4 years, 8 months ago (2016-04-20 13:20:11 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902823002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902823002/60001
4 years, 8 months ago (2016-04-21 09:26:23 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_chromium_gn_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_chromium_gn_rel/builds/16743)
4 years, 8 months ago (2016-04-21 09:37:44 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902823002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902823002/60001
4 years, 8 months ago (2016-04-21 09:49:05 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_chromium_gn_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_chromium_gn_rel/builds/16750)
4 years, 8 months ago (2016-04-21 09:58:17 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902823002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902823002/60001
4 years, 8 months ago (2016-04-21 09:59:04 UTC) #23
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-21 10:13:20 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902823002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902823002/60001
4 years, 8 months ago (2016-04-21 10:13:59 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-21 10:16:20 UTC) #30
Michael Achenbach
FYI: Breaks greedy allocator: https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20debug%20-%20greedy%20allocator/builds/5112 CC: mtrofin
4 years, 8 months ago (2016-04-21 11:37:07 UTC) #31
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/e8caf78ff2a9f7d50ac9b47f6b4c80f92b69914a Cr-Commit-Position: refs/heads/master@{#35696}
4 years, 8 months ago (2016-04-22 19:14:31 UTC) #33
epertoso
4 years, 7 months ago (2016-04-28 08:38:25 UTC) #34
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1927873002/ by epertoso@chromium.org.

The reason for reverting is: Caused a performance regression in TurboFan and did
not improve in a significant way Ignition's performances..

Powered by Google App Engine
This is Rietveld 408576698