|
Native construction of RegExp result objects, with in-object index and input.
Avoid cloning using CloneRegExpResult for results that are just arrays.
Made a more direct path for string.match with string argument.
Total comments: 35
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+466 lines, -58 lines) |
Patch |
|
M |
src/arm/codegen-arm.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/arm/codegen-arm.cc
|
View
|
|
1 chunk |
+94 lines, -0 lines |
12 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
|
1 chunk |
+56 lines, -0 lines |
4 comments
|
Download
|
|
M |
src/codegen.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/contexts.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.cc
|
View
|
|
2 chunks |
+90 lines, -1 line |
6 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/regexp.js
|
View
|
|
3 chunks |
+42 lines, -30 lines |
2 comments
|
Download
|
|
M |
src/runtime.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
1 chunk |
+30 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/string.js
|
View
|
|
4 chunks |
+40 lines, -27 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.cc
|
View
|
|
1 chunk |
+91 lines, -0 lines |
7 comments
|
Download
|
|
M |
test/mjsunit/fuzz-natives.js
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|