alexcrichton opened PR #2321 from compress-mem
to main
:
This commit compresses
FunctionAddressMap
by performing a simple
coalescing of adjacentInstructionAddressMap
descriptors if they
describe the same source location. This is intended to handle the common
case where a sequene of machine instructions describes a high-level wasm
instruction.For the module on #2318 this reduces the cache entry size from 306MB to
161MB.
yurydelendik submitted PR Review.
alexcrichton merged PR #2321.
Last updated: Nov 22 2024 at 17:03 UTC