• Michael Achenbach's avatar
    Revert "[wasm] JIT using WasmCodeManager" · b301203e
    Michael Achenbach authored
    This reverts commit d4c8393c.
    
    Reason for revert: Breaks ARM hardware:
    https://build.chromium.org/p/client.v8.ports/builders/V8%20Arm%20-%20debug/builds/5268
    
    Original change's description:
    > [wasm] JIT using WasmCodeManager
    > 
    > This is the first step towards wasm code sharing. This CL moves wasm
    > code generation outside the JavaScript GC heap using the previously -
    > introduced WasmCodeManager (all this, behind the --wasm-jit-to-native
    > flag).
    > 
    > See design document: go/wasm-on-native-heap-stage-1
    > 
    > This CL doesn't change other wasm architectural invariants. We still
    > have per-Isolate wasm code generation, and per-wasm module instance
    > code specialization.
    > 
    > Bug:v8:6876
    > 
    > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    > Change-Id: I1e08cecad75f93fb081545c31228a4568be276d3
    > Reviewed-on: https://chromium-review.googlesource.com/674086
    > Reviewed-by: Ben Titzer <titzer@chromium.org>
    > Reviewed-by: Eric Holk <eholk@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#49689}
    
    TBR=bradnelson@chromium.org,titzer@chromium.org,mtrofin@chromium.org,eholk@chromium.org
    
    Change-Id: I89af1ea5decd841bc12cd2ceaf74d32bc4433885
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:6876
    Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    Reviewed-on: https://chromium-review.googlesource.com/794690Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Commit-Queue: Michael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49691}
    b301203e
Name
Last commit
Last update
..
baseline Loading commit data...
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...
memory-tracing.cc Loading commit data...
memory-tracing.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-api.cc Loading commit data...
wasm-api.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-heap.cc Loading commit data...
wasm-heap.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-memory.cc Loading commit data...
wasm-memory.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-inl.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...