v8/src/common
Clemens Backes 06feff4842 [wasm] Increase maximum code space to 2GB
This bumps the engine-wide limit for generated machine code from 1GB to
2GB. This will allow compiling (and debugging) bigger modules, as they
occur particularly in the debugging use case because the module will be
unoptimized then.

The limit per allocated code space is left at 1024MB (1GB), so a module
will need to allocate two separate code spaces to make use of the full
2GB code space.

R=ecmziegler@chromium.org

Bug: chromium:1117033, chromium:1114093, chromium:1107649, chromium:1111266
Change-Id: Iab95b3130cbacc21ba078bf0d4ee2d6cd121d675
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2372604
Reviewed-by: Emanuel Ziegler <ecmziegler@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69548}
2020-08-25 08:15:53 +00:00
..
assert-scope.cc [cleanup] Consistent comments on namespace ends 2020-08-17 10:09:02 +00:00
assert-scope.h [Atomics.waitAsync] Fix a potential deadlock situation 2020-08-17 16:23:33 +00:00
checks.h [compiler] Test linear searches in a DescriptorArray in the background 2020-06-10 17:25:00 +00:00
external-pointer-inl.h [sandbox][x64] Add build flag for V8 heap sandbox feature 2020-04-29 16:44:02 +00:00
external-pointer.h [sandbox][x64] Add build flag for V8 heap sandbox feature 2020-04-29 16:44:02 +00:00
globals.h [wasm] Increase maximum code space to 2GB 2020-08-25 08:15:53 +00:00
message-template.h [atomics] Relax Atomics methods to work on ArrayBuffers 2020-08-13 22:10:07 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00
ptr-compr-inl.h [offthread] Change OffThreadIsolate to LocalIsolate 2020-08-14 10:57:27 +00:00
ptr-compr.h [ptr-compr] Set isolate root to the beginning of a 4Gb reservation 2019-10-07 17:26:30 +00:00