|
|
Rename codegen to macro-assembler.
Remove unneeded byte codes accidentally not removed after feedback from last review
More tests.
New instructions to check for end of input.
Rename captures array to registers array.
Committed: http://code.google.com/p/v8/source/detail?r=711
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+253 lines, -294 lines) |
Patch |
 |
M |
src/SConscript
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/assembler-re2k.h
|
View
|
|
4 chunks |
+8 lines, -6 lines |
1 comment
|
Download
|
 |
M |
src/assembler-re2k.cc
|
View
|
|
6 chunks |
+27 lines, -31 lines |
0 comments
|
Download
|
 |
M |
src/assembler-re2k-inl.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/bytecodes-re2k.h
|
View
|
|
1 chunk |
+23 lines, -24 lines |
0 comments
|
Download
|
 |
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/interpreter-re2k.cc
|
View
|
|
5 chunks |
+64 lines, -70 lines |
1 comment
|
Download
|
 |
D |
src/regexp-codegen.h
|
View
|
|
1 chunk |
+0 lines, -115 lines |
0 comments
|
Download
|
 |
D |
src/regexp-codegen-re2k.cc
|
View
|
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
A + |
src/regexp-macro-assembler.h
|
View
|
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
|
src/regexp-macro-assembler-re2k.h
|
View
|
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
src/regexp-macro-assembler-re2k.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/cctest/test-regexp.cc
|
View
|
|
2 chunks |
+83 lines, -2 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|