Stream: git-wasmtime

Topic: wasmtime / PR #2321 Compress in-memory representation of ...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2020 at 00:04):

alexcrichton opened PR #2321 from compress-mem to main:

This commit compresses FunctionAddressMap by performing a simple
coalescing of adjacent InstructionAddressMap 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.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2020 at 16:47):

yurydelendik submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2020 at 18:22):

alexcrichton merged PR #2321.


Last updated: Nov 22 2024 at 17:03 UTC