|
- Preserve bootstrapper state across thread switches (fixes issue 143).
- Make sure stack guards are properly setup even when preemption is active.
- Fix missing v8::Locker and v8::Unlocker use in d8.cc.
- Threads forked in d8 do get their own context setup.
Committed: http://code.google.com/p/v8/source/detail?r=1161
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+287 lines, -57 lines) |
Patch |
|
M |
src/bootstrapper.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
|
2 chunks |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/d8.cc
|
View
|
|
5 chunks |
+71 lines, -46 lines |
0 comments
|
Download
|
|
M |
src/execution.h
|
View
|
1
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
src/execution.cc
|
View
|
|
2 chunks |
+20 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/top.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/v8threads.cc
|
View
|
|
5 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/v8.xcodeproj/project.pbxproj
|
View
|
|
15 chunks |
+125 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|