Closed luc-blaeser closed 1 month ago
Comparing from a6d1305b087e5968ddba40452cacaa0ef1223a80 to 0b196f851888fe50ad8e53b5ab7a4be647bbe5e6: In terms of gas, 5 tests regressed and the mean change is +0.0%. In terms of size, 5 tests improved and the mean change is -41.1%.
Simplify Motoko RTS building:
emscripten
or explicit compilation via LLVM IR.musl
(until now, it was only used for classical persistence).memcpy
of Rust is slower thanmusl
.wasm-ld
fix as the custom targets do not generate corresponding DSO-local relative table index relocations (https://github.com/llvm/llvm-project/pull/104043).