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

Issue 2018963002: [builtins] Migrate String.prototype.trim/trimLeft/trimRight to C++. (Closed)

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

[builtins] Migrate String.prototype.trim/trimLeft/trimRight to C++. These builtins do call into C++ anyways, so there's no point in keeping the JavaScript wrappers for them. R=franzih@chromium.org BUG=v8:5049 Committed: https://crrev.com/c3ffc92d4dca26786e5dc391e6289940fbb3ed0b Cr-Commit-Position: refs/heads/master@{#36553}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address Franziskas comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -56 lines) Patch
M src/bootstrapper.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/builtins.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/builtins.cc View 2 chunks +34 lines, -0 lines 0 comments Download
M src/js/string.js View 2 chunks +0 lines, -22 lines 0 comments Download
M src/objects.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects.cc View 1 1 chunk +28 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime/runtime-strings.cc View 1 chunk +0 lines, -33 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Benedikt Meurer
4 years, 6 months ago (2016-05-27 11:59:49 UTC) #1
Benedikt Meurer
Hey Franziska, Here's a String CL for you :-) Please take a look. Thanks, Benedikt
4 years, 6 months ago (2016-05-27 12:07:24 UTC) #2
Franzi
LGTM https://codereview.chromium.org/2018963002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/2018963002/diff/1/src/builtins.cc#newcode4558 src/builtins.cc:4558: BUILTIN(StringPrototypeTrim) { This file is already very large ...
4 years, 6 months ago (2016-05-27 14:20:08 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/2018963002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/2018963002/diff/1/src/builtins.cc#newcode4558 src/builtins.cc:4558: BUILTIN(StringPrototypeTrim) { Yes, builtins.cc should definitely be split at ...
4 years, 6 months ago (2016-05-27 17:20:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2018963002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2018963002/20001
4 years, 6 months ago (2016-05-27 17:21:09 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-05-27 17:48:43 UTC) #8
commit-bot: I haz the power
4 years, 6 months ago (2016-05-27 17:50:00 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c3ffc92d4dca26786e5dc391e6289940fbb3ed0b
Cr-Commit-Position: refs/heads/master@{#36553}

Powered by Google App Engine
This is Rietveld 408576698