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

Issue 1881003002: [stubs] Introduce LeftShift, SignedRightShift and UnsignedRightShift stubs. (Closed)

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

[stubs] Introduce LeftShift, SignedRightShift and UnsignedRightShift stubs. Add the stubs for JavaScript's '<<', '>>' and '>>>' operators and lets Ignition make use of them in the respective bytecode handlers. Committed: https://crrev.com/599369d6b8e1a5ccdca857def06eebcbacf47dd4 Cr-Commit-Position: refs/heads/master@{#35433} Committed: https://crrev.com/a5f6daab41dedf766d66ef85859a456e325765bf Cr-Commit-Position: refs/heads/master@{#35446}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update #

Patch Set 3 : Rebased. #

Patch Set 4 : Update after rollback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -5 lines) Patch
M src/code-factory.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/code-factory.cc View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 3 3 chunks +29 lines, -1 line 0 comments Download
M src/code-stubs.cc View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
M src/compiler/code-stub-assembler.h View 1 3 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/code-stub-assembler.cc View 1 3 1 chunk +35 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/objects.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (10 generated)
epertoso
4 years, 8 months ago (2016-04-12 12:41:49 UTC) #2
Benedikt Meurer
LGTM with nit. And please rename to match TF/Ignition operators and hook it up with ...
4 years, 8 months ago (2016-04-12 12:55:20 UTC) #3
epertoso
Renamed the stubs. https://codereview.chromium.org/1881003002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1881003002/diff/1/src/code-stubs.cc#newcode1591 src/code-stubs.cc:1591: Label if_smi_overflow(assembler, Label::kDeferred), On 2016/04/12 at ...
4 years, 8 months ago (2016-04-12 15:10:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1881003002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881003002/20001
4 years, 8 months ago (2016-04-12 15:10:26 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_mips64el_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mips64el_compile_rel/builds/12921)
4 years, 8 months ago (2016-04-12 15:12:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1881003002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881003002/40001
4 years, 8 months ago (2016-04-13 08:29:36 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-13 08:53:36 UTC) #13
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/599369d6b8e1a5ccdca857def06eebcbacf47dd4 Cr-Commit-Position: refs/heads/master@{#35433}
4 years, 8 months ago (2016-04-13 08:55:28 UTC) #15
Michael Achenbach
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1880413002/ by machenbach@chromium.org. ...
4 years, 8 months ago (2016-04-13 12:10:35 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1881003002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1881003002/60001
4 years, 8 months ago (2016-04-13 13:08:43 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-13 13:51:34 UTC) #20
commit-bot: I haz the power
4 years, 8 months ago (2016-04-13 13:53:11 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a5f6daab41dedf766d66ef85859a456e325765bf
Cr-Commit-Position: refs/heads/master@{#35446}

Powered by Google App Engine
This is Rietveld 408576698