Files
wasmtime/crates/cranelift
Alex Crichton f6d5b8772c Compress in-memory representation of FunctionAddressMap (#2321)
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.
2020-10-26 13:22:25 -05:00
..
2020-09-23 13:54:02 -05:00

wasmtime-cranelfit

This crate provides an implementation of the Compiler trait which is connected to Cranelift.