|
Details wrt parallel recompilation.
This includes:
- actually release handles kept by compilation info when compilation completes.
- do not use parallel recompilation on single core CPUs.
- artificially delay parallel recompilation for debugging.
- fix outdated assertions wrt optimization status.
- add "parallel" option to %OptimizeFunctionOnNextCall.
R=jkummerow@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=13827
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+113 lines, -44 lines) |
Patch |
|
M |
src/compiler.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/isolate.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/optimizing-compiler-thread.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/optimizing-compiler-thread.cc
|
View
|
|
4 chunks |
+45 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
|
3 chunks |
+30 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/smart-pointers.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
A + |
test/mjsunit/parallel-optimize-disabled.js
|
View
|
|
1 chunk |
+11 lines, -6 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|