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

Issue 1860043002: [stubs] Introduce MultiplyStub. (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 MultiplyStub. Adds a MultiplyStub for the multiplication operator and hooks it with TurboFan and Ignition. Currently, the SMI times SMI case is handled by converting both the operands to double precision floating points, we may consider adding a fast path later. Committed: https://crrev.com/6c2bb8389df148b02fc99b78872e7e700381c7f6 Cr-Commit-Position: refs/heads/master@{#35287}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -2 lines) Patch
M src/code-factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/code-factory.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/code-stubs.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 1 chunk +147 lines, -0 lines 0 comments Download
M src/compiler/code-stub-assembler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (8 generated)
epertoso
4 years, 8 months ago (2016-04-05 15:13:30 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/1860043002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860043002/1
4 years, 8 months ago (2016-04-05 15:54:53 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-05 16:18:05 UTC) #8
Benedikt Meurer
LGTM with nit. https://codereview.chromium.org/1860043002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1860043002/diff/1/src/code-stubs.cc#newcode1073 src/code-stubs.cc:1073: // Both {lhs} and {rhs} are ...
4 years, 8 months ago (2016-04-06 04:04:58 UTC) #9
epertoso
https://codereview.chromium.org/1860043002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1860043002/diff/1/src/code-stubs.cc#newcode1073 src/code-stubs.cc:1073: // Both {lhs} and {rhs} are Smis. Convert them ...
4 years, 8 months ago (2016-04-06 08:38:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1860043002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1860043002/20001
4 years, 8 months ago (2016-04-06 08:40:26 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-06 09:05:01 UTC) #14
commit-bot: I haz the power
4 years, 8 months ago (2016-04-06 09:05:49 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6c2bb8389df148b02fc99b78872e7e700381c7f6
Cr-Commit-Position: refs/heads/master@{#35287}

Powered by Google App Engine
This is Rietveld 408576698