v8/test/unittests/compiler-dispatcher
rmcilroy 6d42c4504a [complier] Enable parallel eager inner function compilation with compiler dispatcher.
Enable enqueueing of eager inner function compilation onto the compiler
dispatcher. This enables these tasks to be performed in parallel to
compilation of the outer functio (only for Ignition functions).
We currently synchronize to ensure all inner function compilations
 are complete before executing the outer function - future work will
allow outer function execution to happenin parallel to inner function
compilation.

BUG=v8:5203,v8:5215

Review-Url: https://codereview.chromium.org/2611313002
Cr-Commit-Position: refs/heads/master@{#42667}
2017-01-25 22:41:57 +00:00
..
compiler-dispatcher-helper.cc include fixing: api.h shouldn't include objects-inl.h 2017-01-09 13:43:28 +00:00
compiler-dispatcher-helper.h Add a basic compiler dispatcher 2016-12-12 15:36:25 +00:00
compiler-dispatcher-job-unittest.cc [complier] Enable parallel eager inner function compilation with compiler dispatcher. 2017-01-25 22:41:57 +00:00
compiler-dispatcher-tracer-unittest.cc Use idle time to make progress on scheduled compilation jobs 2016-12-16 14:40:32 +00:00
compiler-dispatcher-unittest.cc [complier] Enable parallel eager inner function compilation with compiler dispatcher. 2017-01-25 22:41:57 +00:00