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

Issue 12944: * Implemented case-insensitive back-reference matching in irregexp-ia32. (Closed)

Created:
12 years ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Makes irregexp-ia32 feature complete wrt. regexps.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Review comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -7 lines) Patch
M src/regexp-macro-assembler-ia32.h View 1 chunk +6 lines, -2 lines 0 comments Download
M src/regexp-macro-assembler-ia32.cc View 3 chunks +111 lines, -4 lines 0 comments Download
M test/cctest/test-regexp.cc View 2 chunks +59 lines, -1 line 0 comments Download
M test/mjsunit/regexp.js View 1 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
Code-review, please.
12 years ago (2008-12-04 14:12:00 UTC) #1
Erik Corry
LGTM with comments. http://codereview.chromium.org/12944/diff/1/2 File src/assembler-ia32.cc (right): http://codereview.chromium.org/12944/diff/1/2#newcode1562 Line 1562: void Assembler::loop(Label* loop_to) { From ...
12 years ago (2008-12-04 14:36:58 UTC) #2
Lasse Reichstein
12 years ago (2008-12-05 15:19:21 UTC) #3
http://codereview.chromium.org/12944/diff/1/2
File src/assembler-ia32.cc (right):

http://codereview.chromium.org/12944/diff/1/2#newcode1562
Line 1562: void Assembler::loop(Label* loop_to) {
Re: loop. I turned out not to use it anyway, so let's remove it.

http://codereview.chromium.org/12944/diff/1/7
File test/mjsunit/regexp.js (right):

http://codereview.chromium.org/12944/diff/1/7#newcode268
Line 268: assertEquals("xaBcAbCABCx,aBc",
String(/x(...)\1\1x/i.exec("xaBcAbCABCx")));
Indeed, more tests.
Adding non-ASCII characters won't do a lot now, but it'll be  good to have them
for when we start compiling specifically for ASCII strings.

Powered by Google App Engine
This is Rietveld 408576698