|
|
- Added caching of regexp data in the compilation cache.
- Changed the structure of regexp objects from having two internal
fields to having a single field containing a fixed array, since it's
easier to store the whole fixed array in the cache.
- Move printing of the command to after printing std{err,out} in the
compact progress indicators in the test framework.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+228 lines, -77 lines) |
Patch |
 |
M |
src/compilation-cache.h
|
View
|
|
2 chunks |
+10 lines, -1 line |
3 comments
|
Download
|
 |
M |
src/compilation-cache.cc
|
View
|
|
2 chunks |
+17 lines, -1 line |
4 comments
|
Download
|
 |
M |
src/factory.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
1 comment
|
Download
|
 |
M |
src/factory.cc
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.cc
|
View
|
|
10 chunks |
+64 lines, -37 lines |
2 comments
|
Download
|
 |
M |
src/log.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
|
src/log.cc
|
View
|
|
2 chunks |
+8 lines, -10 lines |
1 comment
|
Download
|
 |
M |
src/objects.h
|
View
|
|
3 chunks |
+17 lines, -7 lines |
1 comment
|
Download
|
 |
M |
src/objects.cc
|
View
|
|
3 chunks |
+65 lines, -0 lines |
2 comments
|
Download
|
 |
M |
src/objects-debug.cc
|
View
|
|
1 chunk |
+15 lines, -12 lines |
1 comment
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+7 lines, -5 lines |
1 comment
|
Download
|
 |
M |
tools/test.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|