|
|
Run Crankshaft on a separate thread.
Hot functions are put on a compilation queue and crankshaft'ed on a
separate thread. Slows down performance by three times when turned on
(--concurrent_crankshaft) but benchmark numbers aren't affected when
the option is turned off.
BUG=
TEST=
Total comments: 39
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+348 lines, -57 lines) |
Patch |
 |
M |
include/v8.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/SConscript
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/api.cc
|
View
|
1
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/d8.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/factory.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/factory.cc
|
View
|
1
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/flag-definitions.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/handles.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/handles-inl.h
|
View
|
1
|
4 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/isolate.h
|
View
|
1
|
5 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/isolate.cc
|
View
|
1
|
4 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects.cc
|
View
|
1
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
src/optimizing-compiler-thread.h
|
View
|
1
|
1 chunk |
+40 lines, -9 lines |
0 comments
|
Download
|
 |
A |
src/optimizing-compiler-thread.cc
|
View
|
1
|
1 chunk |
+115 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime.cc
|
View
|
1
|
3 chunks |
+44 lines, -35 lines |
0 comments
|
Download
|
 |
M |
src/runtime-profiler.cc
|
View
|
1
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/v8-counters.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-debug.cc
|
View
|
1
|
1 chunk |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-deoptimization.cc
|
View
|
1
|
5 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-heap.cc
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-mark-compact.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/assert-opt-and-deopt.js
|
View
|
1
|
4 chunks |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/count-based-osr.js
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/mjsunit/debug-script.js
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/mjsunit/regress/regress-1118.js
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gyp/v8.gyp
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|