v8/test/unittests/compiler-dispatcher
Ross McIlroy b4e55e9443 [Compiler] Decouple CompilationInfo and ParseInfo.
Don't hold a pointer to parse_info in compilation_info, and instead explicitly
add the fields needed in compiation_info. The intention is to make ParseInfo
only actually needed for parsing, and eventually make it possible to compile
with only a CompileInfo.

BUG=v8:5203

Change-Id: Iecd39245e44c218874401c3991eeaf3ceef2816f
Reviewed-on: https://chromium-review.googlesource.com/595738
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47119}
2017-08-03 11:40:57 +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 [cctest] Simplify tests that mock v8::Platform. 2017-08-01 17:06:13 +00:00
optimizing-compile-dispatcher-unittest.cc [Compiler] Decouple CompilationInfo and ParseInfo. 2017-08-03 11:40:57 +00:00
unoptimized-compile-job-unittest.cc [compiler-dispatcher] Pass isolate to main thread step 2017-07-28 10:56:05 +00:00