|
* We want to be able to find atoms and character classes without advancing the
current position.
* Change the way we handle hitting the end of string. Now we jump to a label
if we hit it, instead of loading a magic value into the current character
register.
* Use handles in match function.
* Macro assembler interface is now much closer to what we expect to need.
* Some implementation of the regexp macro assembler with the bytecode back end.
* Some tests for regexp macro assembler.
* Start code on nodes to emit code. Non-complete, non-tested.
Committed: http://code.google.com/p/v8/source/detail?r=741
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+770 lines, -234 lines) |
Patch |
 |
M |
src/assembler-re2k.h
|
View
|
|
3 chunks |
+35 lines, -23 lines |
0 comments
|
Download
|
 |
M |
src/assembler-re2k.cc
|
View
|
|
6 chunks |
+67 lines, -34 lines |
0 comments
|
Download
|
 |
M |
src/bytecodes-re2k.h
|
View
|
|
1 chunk |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
src/interpreter-re2k.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/interpreter-re2k.cc
|
View
|
|
8 chunks |
+66 lines, -44 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.h
|
View
|
|
3 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.cc
|
View
|
|
22 chunks |
+136 lines, -32 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler.h
|
View
|
|
1 chunk |
+73 lines, -63 lines |
4 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-re2k.h
|
View
|
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-re2k.cc
|
View
|
|
1 chunk |
+223 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-regexp.cc
|
View
|
|
7 chunks |
+84 lines, -20 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|