[lld] [WASM] wasm-ld: split up __wasm_apply_data_relocs (PR #129007)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 16:30:31 PST 2025


================
@@ -385,6 +384,14 @@ bool InputChunk::generateRelocationCode(raw_ostream &os) const {
     if (!requiresRuntimeReloc)
       continue;
 
+    if (funcs.empty() || funcs.back().size() >= 7654300) {
----------------
sbc100 wrote:

Perhaps lets like the to spec here instead of a specific impl.  How about: https://www.w3.org/TR/wasm-js-api-2/#limits?

https://github.com/llvm/llvm-project/pull/129007


More information about the llvm-commits mailing list