[all-commits] [llvm/llvm-project] 9369b7: [lld][WebAssembly] Limit size of shared 64-bit mem...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Mon Feb 13 12:22:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9369b7d307be0aa1cf430203f2d5f1f71a7a04b8
https://github.com/llvm/llvm-project/commit/9369b7d307be0aa1cf430203f2d5f1f71a7a04b8
Author: Sam Clegg <sbc at chromium.org>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M lld/wasm/Writer.cpp
Log Message:
-----------
[lld][WebAssembly] Limit size of shared 64-bit memories of 2^^34
This is current limit in v8. See
https://github.com/WebAssembly/memory64/issues/33 how we might change
this in the future.
Differential Revision: https://reviews.llvm.org/D143783
More information about the All-commits
mailing list