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

Issue 2305573002: [regexp] Port RegExp getters and setters (Closed)

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

Description

[regexp] Port RegExp getters and setters BUG=v8:5339 Committed: https://crrev.com/ac0eb5e05af40e16ae9402bb8a62600b32cc2ec9 Committed: https://crrev.com/7711b1a16f864ed6ea56fa40274ff3f6287bbe34 Cr-Original-Commit-Position: refs/heads/master@{#39076} Cr-Commit-Position: refs/heads/master@{#39088}

Patch Set 1 #

Patch Set 2 : Format #

Total comments: 6

Patch Set 3 : Address comments #

Patch Set 4 : Rebase #

Patch Set 5 : Fix for layout test expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+427 lines, -258 lines) Patch
M src/bootstrapper.cc View 1 2 3 4 3 chunks +147 lines, -23 lines 0 comments Download
M src/builtins/builtins.h View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
M src/builtins/builtins-regexp.cc View 1 2 1 chunk +244 lines, -0 lines 0 comments Download
M src/heap-symbols.h View 5 chunks +5 lines, -0 lines 0 comments Download
M src/js/regexp.js View 3 chunks +3 lines, -224 lines 0 comments Download
M src/messages.h View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ForOf.golden View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Generators.golden View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/messages.js View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 28 (17 generated)
jgruber
4 years, 3 months ago (2016-09-01 10:10:28 UTC) #6
Benedikt Meurer
Very nice, just nits. As discussed offline, please create a tracking bug for this work ...
4 years, 3 months ago (2016-09-01 10:22:34 UTC) #10
jgruber
https://codereview.chromium.org/2305573002/diff/20001/src/accessors.cc File src/accessors.cc (right): https://codereview.chromium.org/2305573002/diff/20001/src/accessors.cc#newcode18 src/accessors.cc:18: #include "src/string-builder.h" On 2016/09/01 10:22:33, Benedikt Meurer wrote: > ...
4 years, 3 months ago (2016-09-01 10:36:39 UTC) #11
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/2305573002/60001
4 years, 3 months ago (2016-09-01 10:43:48 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-01 11:21:43 UTC) #16
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/ac0eb5e05af40e16ae9402bb8a62600b32cc2ec9 Cr-Commit-Position: refs/heads/master@{#39076}
4 years, 3 months ago (2016-09-01 11:22:30 UTC) #18
Michael Achenbach
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2301963002/ by machenbach@chromium.org. ...
4 years, 3 months ago (2016-09-01 12:50:12 UTC) #19
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/2305573002/80001
4 years, 3 months ago (2016-09-01 13:12:58 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-01 13:41:05 UTC) #25
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/7711b1a16f864ed6ea56fa40274ff3f6287bbe34 Cr-Commit-Position: refs/heads/master@{#39088}
4 years, 3 months ago (2016-09-01 13:41:41 UTC) #27
jgruber
4 years, 3 months ago (2016-09-05 13:10:34 UTC) #28
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2313713002/ by jgruber@chromium.org.

The reason for reverting is: Performance regressions: crbug.com/644087
Clusterfuzz: crbug.com/644074

We'll reland all regexp changes at once when the port is complete and at least
performance-neutral, since the partial port requires slow workarounds..

Powered by Google App Engine
This is Rietveld 408576698