• Mircea Trofin's avatar
    Revert "[wasm] Consolidate function table representation." · 862d605c
    Mircea Trofin authored
    This reverts commit 4a45f35f.
    
    Reason for revert: https://build.chromium.org/p/client.v8/builders/V8%20Linux64%20-%20debug%20builder/builds/25471 
    
    Original change's description:
    > [wasm] Consolidate function table representation.
    > 
    > This CL avoids the need to reference the function tables (and signatures)
    > as either fixed arrays or vectors, preferring vectors.
    > 
    > The only place we need fixed arrays is on the compiled module, to support
    > serialization. When we move off the GC heap, we'll also move away
    > from fixed arrays in that last case.
    > 
    > The CL aids with getting wasm of the GC heap, by reducing the places 
    > and representations we'll need to change  when changing the way we 
    > reference fixed tables.
    > 
    > Bug: 
    > Change-Id: Id4e43905a3df39062bf2839fa72dd5d9a0fe87da
    > Reviewed-on: https://chromium-review.googlesource.com/588334
    > Commit-Queue: Mircea Trofin <mtrofin@chromium.org>
    > Reviewed-by: Brad Nelson <bradnelson@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#46917}
    
    TBR=bradnelson@chromium.org,titzer@chromium.org,mtrofin@chromium.org,ahaas@chromium.org
    
    Change-Id: Ie7d04f7ec74d6d0b3783df1c78c91c100ab784f4
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Reviewed-on: https://chromium-review.googlesource.com/588627Reviewed-by: 's avatarMircea Trofin <mtrofin@chromium.org>
    Commit-Queue: Mircea Trofin <mtrofin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#46918}
    862d605c
Name
Last commit
Last update
..
OWNERS Loading commit data...
compilation-manager.cc Loading commit data...
compilation-manager.h Loading commit data...
decoder.h Loading commit data...
function-body-decoder-impl.h Loading commit data...
function-body-decoder.cc Loading commit data...
function-body-decoder.h Loading commit data...
leb-helper.h Loading commit data...
local-decl-encoder.cc Loading commit data...
local-decl-encoder.h Loading commit data...
module-compiler.cc Loading commit data...
module-compiler.h Loading commit data...
module-decoder.cc Loading commit data...
module-decoder.h Loading commit data...
signature-map.cc Loading commit data...
signature-map.h Loading commit data...
streaming-decoder.cc Loading commit data...
streaming-decoder.h Loading commit data...
wasm-code-specialization.cc Loading commit data...
wasm-code-specialization.h Loading commit data...
wasm-debug.cc Loading commit data...
wasm-external-refs.cc Loading commit data...
wasm-external-refs.h Loading commit data...
wasm-interpreter.cc Loading commit data...
wasm-interpreter.h Loading commit data...
wasm-js.cc Loading commit data...
wasm-js.h Loading commit data...
wasm-limits.h Loading commit data...
wasm-module-builder.cc Loading commit data...
wasm-module-builder.h Loading commit data...
wasm-module.cc Loading commit data...
wasm-module.h Loading commit data...
wasm-objects.cc Loading commit data...
wasm-objects.h Loading commit data...
wasm-opcodes.cc Loading commit data...
wasm-opcodes.h Loading commit data...
wasm-result.cc Loading commit data...
wasm-result.h Loading commit data...
wasm-text.cc Loading commit data...
wasm-text.h Loading commit data...
wasm-value.h Loading commit data...