|
|
Irregexp: Backtrack past look-aheads works correctly.
Allows backtracking to clear registers instead of pushing and popping
them to restore state.
Redo of 1136 with bug fixed.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+475 lines, -70 lines) |
Patch |
 |
M |
src/ast.h
|
View
|
|
2 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.h
|
View
|
|
6 chunks |
+28 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.cc
|
View
|
|
18 chunks |
+146 lines, -41 lines |
0 comments
|
Download
|
 |
M |
src/parser.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-ia32.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-ia32.cc
|
View
|
|
4 chunks |
+25 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-irregexp.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-irregexp.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-tracer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-tracer.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
test/mjsunit/regexp-capture.js
|
View
|
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/mjsunit/regexp-lookahead.js
|
View
|
|
1 chunk |
+166 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/mjsunit/regress/regress-187.js
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|