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

Issue 1339053002: [crankshaft] Re-add fast-case for string add left/right. (Closed)

Created:
5 years, 3 months ago by Benedikt Meurer
Modified:
5 years, 3 months ago
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] Re-add fast-case for string add left/right. Now the StringAddStub can optionally convert it's parameters to strings (following the rules for the addition operator). This could be further optimized once we have a ToPrimitiveStub, but it should be sufficient for the moment. Also removed the unused Strength parameter to the HStringAdd operator, because string addition does not depend on language mode. R=jarin@chromium.org BUG=v8:4307, chromium:532524 LOG=n Committed: https://crrev.com/d261849e53fbf8c36efae42d478271f87acff70f Cr-Commit-Position: refs/heads/master@{#30726} Committed: https://crrev.com/4542a2d4cc2866a8097d10f11768683bc5ccb224 Cr-Commit-Position: refs/heads/master@{#30858}

Patch Set 1 #

Patch Set 2 : HStringAdd with conversion must not be deletable. #

Patch Set 3 : REBASE. Real fix for HStringAdd #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -33 lines) Patch
M src/code-stubs.h View 1 2 3 chunks +9 lines, -5 lines 0 comments Download
M src/code-stubs.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 3 chunks +66 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 2 5 chunks +10 lines, -15 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 chunks +13 lines, -8 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (13 generated)
Benedikt Meurer
5 years, 3 months ago (2015-09-14 12:29:16 UTC) #1
Benedikt Meurer
Hey Michi, Here's some initial mitigation for the STRING_ADD_LEFT/RIGHT removal. We can get a lot ...
5 years, 3 months ago (2015-09-14 12:30:47 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1339053002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1339053002/1
5 years, 3 months ago (2015-09-15 04:38:00 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-15 04:39:51 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1339053002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1339053002/1
5 years, 3 months ago (2015-09-15 04:41:10 UTC) #8
Jarin
lgtm
5 years, 3 months ago (2015-09-15 05:41:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1339053002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1339053002/1
5 years, 3 months ago (2015-09-15 05:42:15 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 3 months ago (2015-09-15 06:00:37 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/d261849e53fbf8c36efae42d478271f87acff70f Cr-Commit-Position: refs/heads/master@{#30726}
5 years, 3 months ago (2015-09-15 06:01:02 UTC) #15
Michael Achenbach
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1347473003/ by machenbach@chromium.org. ...
5 years, 3 months ago (2015-09-15 06:40:19 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1339053002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1339053002/20001
5 years, 3 months ago (2015-09-15 07:02:08 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/9590)
5 years, 3 months ago (2015-09-15 07:16:03 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1339053002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1339053002/40001
5 years, 3 months ago (2015-09-22 05:22:10 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1339053002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1339053002/40001
5 years, 3 months ago (2015-09-22 05:27:30 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-22 05:46:42 UTC) #28
commit-bot: I haz the power
5 years, 3 months ago (2015-09-22 05:46:57 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4542a2d4cc2866a8097d10f11768683bc5ccb224
Cr-Commit-Position: refs/heads/master@{#30858}

Powered by Google App Engine
This is Rietveld 408576698