v8/test/cctest/wasm
rmcilroy de2f16d38e Revert of [Interpreter] Introduce InterpreterCompilationJob (patchset #7 id:140001 of https://codereview.chromium.org/2240463002/ )
Reason for revert:
Breaks Win64 bot

Original issue's description:
> [Interpreter] Introduce InterpreterCompilationJob
>
> Adds InterpreterCompilationJob as a sub-class of
> CompilationJob, to enable off-thread bytecode
> generation. Currently only used in
> Interpreter::MakeBytecode.
>
> As part of this change, CompilationJob is modified
> to make it less specific to optimized compilation,
> renaming the phases as follows:
>  - CreateGraph -> PrepareJob
>  - OptimizeGraph -> ExecuteJob
>  - GenerateCode -> FinalizeJob
>
> RegisterWeakObjectsInOptimizedCode is also moved out
> of CompilationJob and instead becomes a static function
> on Compiler.
>
> BUG=v8:5203
>
> Committed: https://crrev.com/1fb6a7e697e8bc5b4af51647553741f966e00cdc
> Committed: https://crrev.com/785990e9fc0dd9a9d963d25d0bed2909165e4ca9
> Cr-Original-Commit-Position: refs/heads/master@{#38662}
> Cr-Commit-Position: refs/heads/master@{#38668}

TBR=mstarzinger@chromium.org,jkummerow@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:5203

Review-Url: https://codereview.chromium.org/2251673003
Cr-Commit-Position: refs/heads/master@{#38669}
2016-08-16 20:18:07 +00:00
..
OWNERS Adding a few more owners to the wasm directory. 2016-06-29 17:38:30 +00:00
test-run-wasm-64.cc [wasm] Make LoadGlobal/StoreGlobal opcodes match what is coming in binary 0xC. 2016-08-02 22:40:50 +00:00
test-run-wasm-asmjs.cc [wasm] Support for memory size relocation for asm-wasm. 2016-06-15 16:43:34 +00:00
test-run-wasm-interpreter.cc Replace SmartArrayPointer<T> with unique_ptr<T[]> 2016-07-25 10:27:47 +00:00
test-run-wasm-js.cc [wasm] Allow import function to be any kind of callables. 2016-08-11 08:33:54 +00:00
test-run-wasm-module.cc [wasm] Serialization test using external APIs and contexts 2016-08-16 08:07:19 +00:00
test-run-wasm-relocation.cc [wasm] Make LoadGlobal/StoreGlobal opcodes match what is coming in binary 0xC. 2016-08-02 22:40:50 +00:00
test-run-wasm.cc [wasm] Use the Float64Max/Min machine operators to implement F64Max/Min. 2016-08-08 06:06:30 +00:00
test-signatures.h Convert SIMD wasm ops to runtime function calls 2016-07-16 03:50:54 +00:00
test-wasm-function-name-table.cc [wasm] Refactor encoder.h to use a proper buffer and remove OldFunctions section. 2016-05-25 16:13:50 +00:00
test-wasm-stack.cc Use JS_ERROR_TYPE to check for error objects. 2016-06-27 09:34:44 +00:00
test-wasm-trap-position.cc Use JS_ERROR_TYPE to check for error objects. 2016-06-27 09:34:44 +00:00
wasm-run-utils.h Revert of [Interpreter] Introduce InterpreterCompilationJob (patchset #7 id:140001 of https://codereview.chromium.org/2240463002/ ) 2016-08-16 20:18:07 +00:00