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

Issue 1825793002: [stubs] Introduce code stubs for bitwise binary operations. (Closed)

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

[stubs] Introduce code stubs for bitwise binary operations. Add BitwiseAndStub, BitwiseOrStub and BitwiseXorStub, and hook them up with Ignition and TurboFan. R=epertoso@chromium.org Committed: https://crrev.com/db18219e4b8b1af73b31e6f3481b0fefa1d20954 Cr-Commit-Position: refs/heads/master@{#35029}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -6 lines) Patch
M src/code-factory.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/code-factory.cc View 1 chunk +18 lines, -0 lines 0 comments Download
M src/code-stubs.h View 2 chunks +27 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +176 lines, -0 lines 3 comments Download
M src/compiler/code-stub-assembler.h View 3 chunks +6 lines, -0 lines 0 comments Download
M src/compiler/code-stub-assembler.cc View 2 chunks +33 lines, -0 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/interpreter/interpreter.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Benedikt Meurer
Hey Enrico, Another bunch of spec operations. Please take a look. Thanks, Benedikt
4 years, 9 months ago (2016-03-23 11:24:48 UTC) #3
epertoso
https://codereview.chromium.org/1825793002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1825793002/diff/1/src/code-stubs.cc#newcode1060 src/code-stubs.cc:1060: assembler->Goto(&loop); Wouldn't an 'ObjectToInt32' or similar-named method, to be ...
4 years, 9 months ago (2016-03-23 13:15:39 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/1825793002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1825793002/diff/1/src/code-stubs.cc#newcode1060 src/code-stubs.cc:1060: assembler->Goto(&loop); Well, you'd still need to distinguish HeapNumber and ...
4 years, 9 months ago (2016-03-23 13:23:03 UTC) #5
epertoso
lgtm https://codereview.chromium.org/1825793002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1825793002/diff/1/src/code-stubs.cc#newcode1060 src/code-stubs.cc:1060: assembler->Goto(&loop); On 2016/03/23 at 13:23:03, Benedikt Meurer wrote: ...
4 years, 9 months ago (2016-03-23 13:41:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1825793002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1825793002/1
4 years, 9 months ago (2016-03-23 13:42:35 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-23 13:44:40 UTC) #10
commit-bot: I haz the power
4 years, 9 months ago (2016-03-23 13:45:04 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/db18219e4b8b1af73b31e6f3481b0fefa1d20954
Cr-Commit-Position: refs/heads/master@{#35029}

Powered by Google App Engine
This is Rietveld 408576698