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

Issue 1704833002: [crankshaft] Make sure +x is as fast as Number(x). (Closed)

Created:
4 years, 10 months ago by Benedikt Meurer
Modified:
4 years, 9 months ago
Reviewers:
Yang, Jakob Kummerow
CC:
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

[crankshaft] Make sure +x is as fast as Number(x). R=yangguo@chromium.org Committed: https://crrev.com/159ffcc0803ff41f7ede7b10f75769860dd784e8 Cr-Commit-Position: refs/heads/master@{#34057}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -9 lines) Patch
M src/crankshaft/hydrogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 3 chunks +32 lines, -9 lines 2 comments Download
M src/crankshaft/hydrogen-instructions.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Benedikt Meurer
4 years, 10 months ago (2016-02-17 06:31:55 UTC) #1
Benedikt Meurer
Hey Yang, Here's the fix for the recent Docs regression in JSCompiler. It's actually quite ...
4 years, 10 months ago (2016-02-17 06:32:33 UTC) #2
Benedikt Meurer
Hey Yang, Here's the fix for the recent Docs regression in JSCompiler. It's actually quite ...
4 years, 10 months ago (2016-02-17 06:32:33 UTC) #3
Yang
On 2016/02/17 06:32:33, Benedikt Meurer wrote: > Hey Yang, > > Here's the fix for ...
4 years, 10 months ago (2016-02-17 06:34:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1704833002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1704833002/1
4 years, 10 months ago (2016-02-17 06:38:02 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-17 07:41:45 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/159ffcc0803ff41f7ede7b10f75769860dd784e8 Cr-Commit-Position: refs/heads/master@{#34057}
4 years, 10 months ago (2016-02-17 07:42:05 UTC) #9
Jakob Kummerow
https://codereview.chromium.org/1704833002/diff/1/src/crankshaft/hydrogen.cc File src/crankshaft/hydrogen.cc (right): https://codereview.chromium.org/1704833002/diff/1/src/crankshaft/hydrogen.cc#newcode11159 src/crankshaft/hydrogen.cc:11159: return BuildToNumber(right, right_type); You can't trust |right_type| and |left_type| ...
4 years, 9 months ago (2016-03-02 15:06:18 UTC) #11
Benedikt Meurer
4 years, 9 months ago (2016-03-02 18:35:23 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/1704833002/diff/1/src/crankshaft/hydrogen.cc
File src/crankshaft/hydrogen.cc (right):

https://codereview.chromium.org/1704833002/diff/1/src/crankshaft/hydrogen.cc#...
src/crankshaft/hydrogen.cc:11159: return BuildToNumber(right, right_type);
Crankshaft...

Powered by Google App Engine
This is Rietveld 408576698