v8/test/cctest/wasm
Mircea Trofin 186099d49f [wasm] Reference indirect tables as addresses of global handles
This sets us up for getting the wasm code generation off the GC heap.
We reference tables as global handles, which have a stable address. This
requires an extra instruction when attempting to make an indirect call,
per table (i.e. one for the signature table and one for the function
table).

Bug: 
Change-Id: I83743ba0f1dfdeba9aee5d27232f8823981288f8
Reviewed-on: https://chromium-review.googlesource.com/612322
Commit-Queue: Mircea Trofin <mtrofin@chromium.org>
Reviewed-by: Brad Nelson <bradnelson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47444}
2017-08-18 18:50:27 +00:00
..
OWNERS Add eholk to Wasm-related OWNERS files 2017-08-10 18:58:00 +00:00
test-c-wasm-entry.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-run-wasm-64.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-run-wasm-asmjs.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-run-wasm-atomics.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-run-wasm-interpreter.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-run-wasm-js.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-run-wasm-module.cc [wasm] Introduce instance types for WebAssembly.* objects. 2017-07-07 12:27:56 +00:00
test-run-wasm-relocation.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-run-wasm-simd.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-run-wasm.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-wasm-breakpoints.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-wasm-interpreter-entry.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-wasm-stack.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
test-wasm-trap-position.cc [wasm] Rename TestingModule to TestingModuleBuilder. 2017-08-18 09:01:22 +00:00
wasm-run-utils.h [wasm] Reference indirect tables as addresses of global handles 2017-08-18 18:50:27 +00:00