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

Issue 2610853010: Include harmony-string-padding.js in the context snapshot (Closed)

Created:
3 years, 11 months ago by adamk
Modified:
3 years, 11 months ago
Reviewers:
caitp, Dan Ehrenberg
CC:
v8-reviews_googlegroups.com, Michael Hablich
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Include harmony-string-padding.js in the context snapshot The attached chromium bug suggests that turning this on via a flag regressed a perf test. Having previously run into slowdowns due to experimental JS natives, my suspicion is that this regression can be fixed by including the new builtins in the snapshot. My intention is to land this patch to see if the regression goes away on the bots. Given the nature of this feature, it seems low-risk to remove the runtime flag. If need be, it would be trivial to craft a patch to remove these two methods from String.prototype if we run into web compat issues during the release (note that no release branch has yet picked up this feature). BUG=v8:4954, chromium:677444 Review-Url: https://codereview.chromium.org/2610853010 Cr-Commit-Position: refs/heads/master@{#42111} Committed: https://chromium.googlesource.com/v8/v8/+/02149d89a5a9715309d3fc786466224958a66c9c

Patch Set 1 #

Patch Set 2 : Rename again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -12 lines) Patch
M BUILD.gn View 2 chunks +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/v8.gyp View 2 chunks +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/harmony-string-pad-end.js View 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/harmony-string-pad-start.js View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
adamk
3 years, 11 months ago (2017-01-05 23:40:36 UTC) #4
Dan Ehrenberg
lgtm Sounds like this should be our standard practice for all JS builtins under development ...
3 years, 11 months ago (2017-01-06 03:08:27 UTC) #7
adamk
On 2017/01/06 03:08:27, Dan Ehrenberg wrote: > lgtm > > Sounds like this should be ...
3 years, 11 months ago (2017-01-06 18:54:07 UTC) #8
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/2610853010/20001
3 years, 11 months ago (2017-01-06 18:54:24 UTC) #10
commit-bot: I haz the power
3 years, 11 months ago (2017-01-06 18:56:07 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/02149d89a5a9715309d3fc786466224958a...

Powered by Google App Engine
This is Rietveld 408576698