v8/test/unittests/compiler-dispatcher
Ross McIlroy 3b334b73e9 [Compiler] Remove ability to create CompilerDispatcher jobs from parsed literal.
The approach to creating compiler dispatcher jobs for inner functions after
they had been parsed didn't provide the startup benifits we hoped for due
to the need to hold onto the whole zone memory AST while waiting for the
jobs to complete.

This CL removes the ability to create these compilation jobs (which was never
enabled by default anyway). Going forward we will potentially use the
parser task approach to parse+compile inner functions in their own job.

BUG=v8:5203

Change-Id: I63134746aa23b4aa6e3bfa17c539954890fd9b0f
Reviewed-on: https://chromium-review.googlesource.com/590007
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46948}
2017-07-27 16:50:47 +00:00
..
compiler-dispatcher-tracer-unittest.cc [Turbofan] Use bytecode size for inlining heuristics. 2017-07-19 17:01:55 +00:00
compiler-dispatcher-unittest.cc [Compiler] Remove ability to create CompilerDispatcher jobs from parsed literal. 2017-07-27 16:50:47 +00:00
optimizing-compile-dispatcher-unittest.cc [Compiler] Remove SharedFunctionInfo from ParseInfo. 2017-07-21 10:02:47 +00:00
unoptimized-compile-job-unittest.cc [compiler-dispatcher] Make compiler jobs abstract (reland) 2017-07-27 14:31:46 +00:00