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

Issue 1182783009: Extend big-disjunction optimization to case-independent regexps (Closed)

Created:
5 years, 6 months ago by Erik Corry Chromium.org
Modified:
5 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Extend big-disjunction optimization to case-independent regexps R=yangguo@chromium.org BUG=chromium:482998 LOG=n Committed: https://crrev.com/d2135603bcf462e15a1284d8ed969f6692610dda Cr-Commit-Position: refs/heads/master@{#29264}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix canonicalizer and add test #

Patch Set 3 : Fix comment in test #

Total comments: 1

Patch Set 4 : Fix comment #

Total comments: 1

Patch Set 5 : Fix 80 columns in test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -35 lines) Patch
M src/heap-snapshot-generator.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/jsregexp.cc View 1 2 3 5 chunks +56 lines, -9 lines 0 comments Download
M src/list.h View 1 chunk +8 lines, -5 lines 0 comments Download
M src/list-inl.h View 2 chunks +9 lines, -6 lines 0 comments Download
M src/vector.h View 2 chunks +17 lines, -10 lines 0 comments Download
A test/mjsunit/regexp-sort.js View 1 2 3 4 1 chunk +48 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-482998.js View 1 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Erik Corry Chromium.org
5 years, 6 months ago (2015-06-16 20:15:52 UTC) #1
Erik Corry Chromium.org
https://codereview.chromium.org/1182783009/diff/1/src/jsregexp.cc File src/jsregexp.cc (right): https://codereview.chromium.org/1182783009/diff/1/src/jsregexp.cc#newcode4897 src/jsregexp.cc:4897: alternatives->StableSort(compare_closure, first_atom, i - first_atom); Closures have a different ...
5 years, 6 months ago (2015-06-16 20:17:28 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/1182783009/20001
5 years, 6 months ago (2015-06-16 21:59:52 UTC) #4
Erik Corry Chromium.org
https://codereview.chromium.org/1182783009/diff/40001/test/mjsunit/regexp-sort.js File test/mjsunit/regexp-sort.js (right): https://codereview.chromium.org/1182783009/diff/40001/test/mjsunit/regexp-sort.js#newcode33 test/mjsunit/regexp-sort.js:33: Test(String.fromCharCode(0xb5), String.fromCharCode(0x3bc)); Firefox fails this. I think we are ...
5 years, 6 months ago (2015-06-17 07:21:13 UTC) #5
Yang
On 2015/06/17 07:21:13, Erik Corry Chromium.org wrote: > https://codereview.chromium.org/1182783009/diff/40001/test/mjsunit/regexp-sort.js > File test/mjsunit/regexp-sort.js (right): > > ...
5 years, 6 months ago (2015-06-18 14:19:41 UTC) #6
Yang
lgtm. https://codereview.chromium.org/1182783009/diff/60001/test/mjsunit/regexp-sort.js File test/mjsunit/regexp-sort.js (right): https://codereview.chromium.org/1182783009/diff/60001/test/mjsunit/regexp-sort.js#newcode6 test/mjsunit/regexp-sort.js:6: assertEquals(lower + "x", new RegExp(upper + "x|" + ...
5 years, 6 months ago (2015-06-19 10:25:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1182783009/80001
5 years, 6 months ago (2015-06-24 17:25:20 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-24 18:17:41 UTC) #11
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/d2135603bcf462e15a1284d8ed969f6692610dda Cr-Commit-Position: refs/heads/master@{#29264}
5 years, 6 months ago (2015-06-24 18:17:52 UTC) #12
Michael Achenbach
5 years, 6 months ago (2015-06-24 19:03:40 UTC) #13
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/1204013003/ by machenbach@chromium.org.

The reason for reverting is: [Sheriff] Test times out now on msan:
http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm64%20-%20s....

Powered by Google App Engine
This is Rietveld 408576698