|
RegExp: Add support for table-based character class
code generation. This is performance neutral for
all our tests, but a factor 6 faster for the Unicode
based regexp in the new test (and much more compact
code).
Committed: https://code.google.com/p/v8/source/detail?r=11189
Total comments: 56
Total comments: 9
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+10605 lines, -152 lines) |
Patch |
|
M |
src/arm/regexp-macro-assembler-arm.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/arm/regexp-macro-assembler-arm.cc
|
View
|
1
2
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/bytecodes-irregexp.h
|
View
|
|
1 chunk |
+17 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/ia32/regexp-macro-assembler-ia32.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/regexp-macro-assembler-ia32.cc
|
View
|
1
2
|
3 chunks |
+55 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/interpreter-irregexp.cc
|
View
|
1
2
|
3 chunks |
+33 lines, -54 lines |
0 comments
|
Download
|
|
M |
src/jsregexp.cc
|
View
|
1
2
3
|
6 chunks |
+394 lines, -59 lines |
4 comments
|
Download
|
|
M |
src/mips/regexp-macro-assembler-mips.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/regexp-macro-assembler.h
|
View
|
1
2
|
2 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
|
M |
src/regexp-macro-assembler-irregexp.h
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/regexp-macro-assembler-irregexp.cc
|
View
|
1
2
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/regexp-macro-assembler-irregexp-inl.h
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/regexp-macro-assembler-tracer.h
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/regexp-macro-assembler-tracer.cc
|
View
|
|
7 chunks |
+97 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/x64/regexp-macro-assembler-x64.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/regexp-macro-assembler-x64.cc
|
View
|
1
2
3
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/unicodelctest.js
|
View
|
1
2
3
|
1 chunk |
+4912 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/unicodelctest-no-optimization.js
|
View
|
1
2
3
|
1 chunk |
+4913 lines, -0 lines |
2 comments
|
Download
|
Total messages: 10 (0 generated)
|