• Clemens Backes's avatar
    Reland "[wasm] Provide a global WasmCodeManager" · 4e19455b
    Clemens Backes authored
    This is a reland of 0f90a2aa.
    The issue was inverted destructor order between WasmCodeManager and
    WasmEngine. WasmEngine has to be destructed first, because it contains
    a barrier to ensure that background compile threads finished before
    global state is being destructed.
    
    Original change's description:
    > [wasm] Provide a global WasmCodeManager
    >
    > The WasmCodeManager was part of the WasmEngine so far, but there is only
    > exactly one WasmEngine. Hence we can pull it out, and also remove the
    > pointer in the WasmCodeAllocator.
    >
    > The argument passed from the single constructor call is now inlined in
    > the constructor itself.
    >
    > Drive-by: Replace "GetPlatformPageAllocator()->CommitPageSize()" by just
    > "CommitPageSize()".
    >
    > R=jkummerow@chromium.org
    >
    > Bug: v8:11879
    > Change-Id: I6c0e74cea308f5806d1aa479945d90b6ef8d1613
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2972909
    > Commit-Queue: Clemens Backes <clemensb@chromium.org>
    > Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#75270}
    
    Bug: v8:11879
    Change-Id: I0eaa2395f5c1e30f3f7303c5f3df70c227b74d3d
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2975859
    Auto-Submit: Clemens Backes <clemensb@chromium.org>
    Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
    Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#75289}
    4e19455b
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
riscv64 Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
arguments-inl.h Loading commit data...
arguments.cc Loading commit data...
arguments.h Loading commit data...
execution.cc Loading commit data...
execution.h Loading commit data...
external-pointer-table.cc Loading commit data...
external-pointer-table.h Loading commit data...
frame-constants.h Loading commit data...
frames-inl.h Loading commit data...
frames.cc Loading commit data...
frames.h Loading commit data...
futex-emulation.cc Loading commit data...
futex-emulation.h Loading commit data...
interrupts-scope.cc Loading commit data...
interrupts-scope.h Loading commit data...
isolate-data.h Loading commit data...
isolate-inl.h Loading commit data...
isolate-utils-inl.h Loading commit data...
isolate-utils.h Loading commit data...
isolate.cc Loading commit data...
isolate.h Loading commit data...
local-isolate-inl.h Loading commit data...
local-isolate.cc Loading commit data...
local-isolate.h Loading commit data...
messages.cc Loading commit data...
messages.h Loading commit data...
microtask-queue.cc Loading commit data...
microtask-queue.h Loading commit data...
pointer-authentication-dummy.h Loading commit data...
pointer-authentication.h Loading commit data...
protectors-inl.h Loading commit data...
protectors.cc Loading commit data...
protectors.h Loading commit data...
runtime-profiler.cc Loading commit data...
runtime-profiler.h Loading commit data...
shared-mutex-guard-if-off-thread.h Loading commit data...
simulator-base.cc Loading commit data...
simulator-base.h Loading commit data...
simulator.h Loading commit data...
stack-guard.cc Loading commit data...
stack-guard.h Loading commit data...
thread-id.cc Loading commit data...
thread-id.h Loading commit data...
thread-local-top.cc Loading commit data...
thread-local-top.h Loading commit data...
v8threads.cc Loading commit data...
v8threads.h Loading commit data...
vm-state-inl.h Loading commit data...
vm-state.h Loading commit data...