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

Issue 10174017: Regexp: Remove nodes from the regexp that cannot match because (Closed)

Created:
8 years, 8 months ago by Erik Corry
Modified:
8 years, 8 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Regexp: Remove nodes from the regexp that cannot match because they contain non-ASCII characters and the input string is ASCII. Remove unused Clone() method. Committed: https://code.google.com/p/v8/source/detail?r=11445

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -32 lines) Patch
M src/jsregexp.h View 1 15 chunks +36 lines, -18 lines 0 comments Download
M src/jsregexp.cc View 1 4 chunks +147 lines, -14 lines 0 comments Download
M test/mjsunit/regexp-capture-3.js View 1 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
8 years, 8 months ago (2012-04-25 08:44:41 UTC) #1
ulan
LGTM if the comments are addressed. https://chromiumcodereview.appspot.com/10174017/diff/1/src/jsregexp.cc File src/jsregexp.cc (right): https://chromiumcodereview.appspot.com/10174017/diff/1/src/jsregexp.cc#newcode2722 src/jsregexp.cc:2722: for (int i ...
8 years, 8 months ago (2012-04-25 12:55:28 UTC) #2
Erik Corry
https://chromiumcodereview.appspot.com/10174017/diff/1/src/jsregexp.cc File src/jsregexp.cc (right): https://chromiumcodereview.appspot.com/10174017/diff/1/src/jsregexp.cc#newcode2722 src/jsregexp.cc:2722: for (int i = 0; i < choice_count; i++) ...
8 years, 8 months ago (2012-04-26 08:23:11 UTC) #3
ulan
8 years, 8 months ago (2012-04-26 09:00:37 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698