|
|
Add bytecodes and an interpreter for executing regular expressions. Very
incomplete at the moment.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1005 lines, -13 lines) |
Patch |
 |
M |
src/SConscript
|
View
|
|
1 chunk |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/assembler.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/assembler-ia32.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
|
src/assembler-re2k.h
|
View
|
|
1 chunk |
+111 lines, -0 lines |
0 comments
|
Download
|
 |
|
src/assembler-re2k.cc
|
View
|
|
1 chunk |
+258 lines, -0 lines |
0 comments
|
Download
|
 |
|
src/assembler-re2k-inl.h
|
View
|
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
 |
|
src/bytecodes-re2k.h
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
|
src/interpreter-re2k.h
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
|
src/interpreter-re2k.cc
|
View
|
|
1 chunk |
+245 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
|
src/regexp-codegen.h
|
View
|
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
 |
|
src/regexp-codegen-re2k.cc
|
View
|
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-regexp.cc
|
View
|
|
2 chunks |
+48 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|