• Clemens Hammacher's avatar
    [wasm] Tear apart the WasmCompilationUnit · 0da7ec58
    Clemens Hammacher authored
    This refactoring is a big step towards separating Turbofan-related code
    from backend independent code. This will allow us to include way less
    headers from "src/compiler" at various places.
    
    The {WasmCompilationUnit} contained information for Turbofan
    compilation, and for Liftoff compilation. This CL tears this apart, such
    that {WasmCompilationUnit} holds backend-independent information, plus
    a pointer to either {LiftoffCompilationUnit} or
    {TurbofanWasmCompilationUnit}. These pointers are opaque, so that
    {function-compiler.h}, defining {WasmCompilationUnit}, does not need to
    include any Turbofan specific or Liftoff specific headers.
    
    R=ahaas@chromium.org, titzer@chromium.org, mstarzinger@chromium.org
    
    Bug: v8:7570, v8:6600
    Change-Id: I024c9a23508ee1b4b3cbe1d068c8e785d732daca
    Reviewed-on: https://chromium-review.googlesource.com/1016640
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#52684}
    0da7ec58
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...