|
|
[Isolates] RegExpStack and memory allocation limits
regexp-stack:
-> Split RegExpStackState from RegExpStack. RegExpStacks can be allocated
at will, while there is only one RegExpStackState per isolate.
platform-linux/platform-macos:
-> Protect lowest_ever_allocated and highest_ever_allocated with
a mutex (limit_mutex) that is initialized in OS::Setup.
Committed: http://code.google.com/p/v8/source/detail?r=5003
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+131 lines, -43 lines) |
Patch |
 |
M |
src/assembler.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/isolate.h
|
View
|
1
2
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/isolate.cc
|
View
|
1
2
|
4 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/platform-linux.cc
|
View
|
1
2
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/platform-macos.cc
|
View
|
1
2
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/platform-win32.cc
|
View
|
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler.cc
|
View
|
1
2
3
|
3 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/regexp-stack.h
|
View
|
1
2
|
3 chunks |
+45 lines, -21 lines |
0 comments
|
Download
|
 |
M |
src/regexp-stack.cc
|
View
|
1
2
|
3 chunks |
+18 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/v8threads.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-alloc.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-assembler-x64.cc
|
View
|
1
2
|
7 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-platform-linux.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-serialize.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-spaces.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-utils.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|