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

Issue 11352: * Match literals in a case independent way.... (Closed)

Created:
12 years, 1 month ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

* Match literals in a case independent way. * When matching constant length sequences, do case independent characters first, then case dependent characters, then character classes Committed: http://code.google.com/p/v8/source/detail?r=827

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -117 lines) Patch
M src/assembler-re2k.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/assembler-re2k.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/bytecodes-re2k.h View 1 1 chunk +11 lines, -9 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter-re2k.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/jsregexp.cc View 1 11 chunks +229 lines, -107 lines 0 comments Download
M src/regexp-macro-assembler.h View 1 2 chunks +15 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-ia32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/regexp-macro-assembler-ia32.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M src/regexp-macro-assembler-re2k.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/regexp-macro-assembler-re2k.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
12 years, 1 month ago (2008-11-21 15:39:01 UTC) #1
plesner_quenta.org
Lgtm http://codereview.chromium.org/11352/diff/1/9 File src/jsregexp.cc (right): http://codereview.chromium.org/11352/diff/1/9#newcode858 Line 858: inline bool case_independent() { return case_independent_; } ...
12 years, 1 month ago (2008-11-24 09:49:20 UTC) #2
Erik Corry
Having looked at the non-ascii case independent pairs I found we needed another macro assembler ...
12 years, 1 month ago (2008-11-24 13:16:51 UTC) #3
Erik Corry
12 years, 1 month ago (2008-11-24 13:21:15 UTC) #4

          

Powered by Google App Engine
This is Rietveld 408576698