• Clemens Backes's avatar
    [wasm] Bump maximum code space to ~4GB · dd84c393
    Clemens Backes authored
    Big partners are still hitting the code space limit, especially when
    debugging larger wasm apps. The limits was bumped to 2GB in August, but
    we already have security clearance to increase it to 4GB.
    A limit of exactly 4GB is problematic on 32-bit systems, and also on
    64-bit we seem to store the limit in a uint32_t sometimes. Thus choose a
    limit slighly below 4GB, such that it fits in a 32-bit integer.
    
    R=ecmziegler@chromium.org
    
    Bug: chromium:1143118
    Change-Id: If37f87280264c395cf73b3cc3bf6f7b1b27c46d2
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2505768
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarEmanuel Ziegler <ecmziegler@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70882}
    dd84c393
Name
Last commit
Last update
..
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
assert-scope.cc Loading commit data...
assert-scope.h Loading commit data...
checks.h Loading commit data...
external-pointer-inl.h Loading commit data...
external-pointer.h Loading commit data...
globals.h Loading commit data...
message-template.h Loading commit data...
ptr-compr-inl.h Loading commit data...
ptr-compr.h Loading commit data...