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

Issue 13090: Irregexp-ia32: Fixed backref-matching (works, and advances current position). (Closed)

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

Description

Matching a back-reference must handle unbound start-register (but can assume that if start register is bound, then end register is bound too). After matching a back reference, the character position is advanced past the match

Patch Set 1 #

Patch Set 2 : git diff master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -13 lines) Patch
M src/interpreter-irregexp.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/regexp-macro-assembler-ia32.cc View 1 2 chunks +15 lines, -9 lines 0 comments Download
M test/cctest/test-regexp.cc View 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
Small review
12 years ago (2008-12-03 12:56:30 UTC) #1
Erik Corry
12 years ago (2008-12-03 13:09:34 UTC) #2
If you fix it so that current position is not advanced on a non-match then it
LGTM.

Powered by Google App Engine
This is Rietveld 408576698