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

Issue 2358133004: [stubs] Port String.prototype.substring to TurboFan (Closed)

Created:
4 years, 3 months ago by jgruber
Modified:
4 years, 2 months ago
Reviewers:
Igor Sheludko
CC:
v8-reviews_googlegroups.com, Benedikt Meurer
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Port String.prototype.substring to TurboFan BUG=v8:5415 Committed: https://crrev.com/cc37dff7ba21345b3a867a86127a208e34a3f707 Committed: https://crrev.com/e3222de330a854e153a7d4fa5020b443e9c0ac89 Cr-Original-Commit-Position: refs/heads/master@{#39717} Cr-Commit-Position: refs/heads/master@{#39852}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix handling of non-smi indices #

Patch Set 3 : Fix unused variable compile error #

Patch Set 4 : Remove the StringSubstring export #

Total comments: 2

Patch Set 5 : Rename to ToSmiBetweenZeroAnd #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -38 lines) Patch
M src/bootstrapper.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins/builtins.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins/builtins-string.cc View 1 2 3 4 5 1 chunk +110 lines, -0 lines 0 comments Download
M src/js/i18n.js View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M src/js/string.js View 1 2 3 3 chunks +0 lines, -36 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 33 (23 generated)
jgruber
https://codereview.chromium.org/2358133004/diff/1/src/builtins/builtins.h File src/builtins/builtins.h (right): https://codereview.chromium.org/2358133004/diff/1/src/builtins/builtins.h#newcode549 src/builtins/builtins.h:549: TFJ(StringPrototypeSubstring, 3) \ Out of curiosity, why are we ...
4 years, 3 months ago (2016-09-23 14:09:08 UTC) #4
Igor Sheludko
lgtm https://codereview.chromium.org/2358133004/diff/60001/src/builtins/builtins-string.cc File src/builtins/builtins-string.cc (right): https://codereview.chromium.org/2358133004/diff/60001/src/builtins/builtins-string.cc#newcode491 src/builtins/builtins-string.cc:491: a->Branch(a->WordIsSmi(value_int), &if_issmi, &if_isnotsmi); I think we can avoid ...
4 years, 2 months ago (2016-09-26 09:27:59 UTC) #17
jgruber
Thanks for the review! I still renamed ToNumberBetweenZeroAnd to ToSmiBetweenZeroAnd since that's what it actually ...
4 years, 2 months ago (2016-09-26 11:42:59 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2358133004/80001
4 years, 2 months ago (2016-09-26 11:44:07 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-09-26 12:14:30 UTC) #22
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/cc37dff7ba21345b3a867a86127a208e34a3f707 Cr-Commit-Position: refs/heads/master@{#39717}
4 years, 2 months ago (2016-09-26 12:14:44 UTC) #24
Michael Hablich
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/2369003002/ by hablich@chromium.org. ...
4 years, 2 months ago (2016-09-26 13:16:02 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2358133004/100001
4 years, 2 months ago (2016-09-29 07:45:56 UTC) #29
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 2 months ago (2016-09-29 08:16:09 UTC) #31
commit-bot: I haz the power
4 years, 2 months ago (2016-09-29 08:16:23 UTC) #33
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e3222de330a854e153a7d4fa5020b443e9c0ac89
Cr-Commit-Position: refs/heads/master@{#39852}

Powered by Google App Engine
This is Rietveld 408576698