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

Issue 1980463003: [Interpreter] Inline Inc/Dec code stubs into bytecode handlers. (Closed)

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

Description

[Interpreter] Inline Inc/Dec code stubs into bytecode handlers. BUG=v8:4280 LOG=N Committed: https://crrev.com/776d4d87a98b4bd402cae80f78186fc5b8ab91bd Cr-Commit-Position: refs/heads/master@{#36314}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Fix typo in DecStub #

Patch Set 4 : Rebase #

Total comments: 4

Patch Set 5 : Address comments #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -35 lines) Patch
M src/code-stubs.h View 1 2 3 4 3 chunks +13 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 7 chunks +34 lines, -20 lines 0 comments Download
M src/interpreter/interpreter.h View 1 2 3 4 5 1 chunk +6 lines, -5 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 4 5 1 chunk +5 lines, -8 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 27 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1980463003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1980463003/1
4 years, 7 months ago (2016-05-13 21:41:26 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_asan_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/1657) v8_linux64_rel_ng on ...
4 years, 7 months ago (2016-05-13 21:42:37 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1980463003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1980463003/20001
4 years, 7 months ago (2016-05-16 15:31:30 UTC) #6
rmcilroy
Enrico, this does the same for Inc/Dec as you've done for binary stubs. I'll wait ...
4 years, 7 months ago (2016-05-16 15:32:56 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/1664) v8_linux64_avx2_rel_ng_triggered on ...
4 years, 7 months ago (2016-05-16 16:20:54 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1980463003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1980463003/40001
4 years, 7 months ago (2016-05-17 14:04:14 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_android_arm_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/17720) v8_linux64_rel_ng on ...
4 years, 7 months ago (2016-05-17 14:05:25 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1980463003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1980463003/60001
4 years, 7 months ago (2016-05-17 14:31:48 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-17 15:02:10 UTC) #18
rmcilroy
Fixed the previous typo, PTAL, thanks.
4 years, 7 months ago (2016-05-17 15:15:10 UTC) #19
epertoso
lgtm LGTM with a couple of nits. https://codereview.chromium.org/1980463003/diff/60001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/1980463003/diff/60001/src/code-stubs.h#newcode417 src/code-stubs.h:417: #define DEFINE_TURBOFAN_COUNT_OP_CODE_STUB(NAME, ...
4 years, 7 months ago (2016-05-17 15:21:52 UTC) #20
rmcilroy
https://codereview.chromium.org/1980463003/diff/60001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/1980463003/diff/60001/src/code-stubs.h#newcode417 src/code-stubs.h:417: #define DEFINE_TURBOFAN_COUNT_OP_CODE_STUB(NAME, SUPER) \ On 2016/05/17 15:21:52, epertoso wrote: ...
4 years, 7 months ago (2016-05-17 19:59:17 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1980463003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1980463003/100001
4 years, 7 months ago (2016-05-18 09:13:00 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-05-18 09:43:47 UTC) #25
commit-bot: I haz the power
4 years, 7 months ago (2016-05-18 09:45:26 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/776d4d87a98b4bd402cae80f78186fc5b8ab91bd
Cr-Commit-Position: refs/heads/master@{#36314}

Powered by Google App Engine
This is Rietveld 408576698