|
|
[Isolates] Stack guards - static.
- Begin removing static state from stack guards.
- Split default isolate initialization into two phases:
* Allocate all previously static objects
* Call initialize methods on those static objects
This is necessary to preserve the old behavior of the API; without the
change some tests fail (where the failures cannot be solved by a call
to V8::Initialize).
Committed: http://code.google.com/p/v8/source/detail?r=4832
Total comments: 10
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+290 lines, -173 lines) |
Patch |
 |
M |
src/api.cc
|
View
|
2
3
|
4 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/arm/regexp-macro-assembler-arm.cc
|
View
|
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/assembler.cc
|
View
|
2
3
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/debug.h
|
View
|
2
3
4
5
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/debug.cc
|
View
|
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/execution.h
|
View
|
1
2
3
4
5
|
4 chunks |
+45 lines, -76 lines |
1 comment
|
Download
|
 |
M |
src/execution.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+69 lines, -31 lines |
3 comments
|
Download
|
 |
M |
src/heap.h
|
View
|
2
3
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
2
3
4
5
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/ia32/regexp-macro-assembler-ia32.cc
|
View
|
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/isolate.h
|
View
|
1
2
3
4
5
|
5 chunks |
+59 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/isolate.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+52 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/runtime.cc
|
View
|
2
3
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/top.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/top.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/v8.cc
|
View
|
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/v8threads.cc
|
View
|
2
3
|
9 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/x64/regexp-macro-assembler-x64.cc
|
View
|
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/cctest/test-api.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/cctest/test-debug.cc
|
View
|
2
3
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-regexp.cc
|
View
|
2
3
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|