Files
wasmtime/crates
Yury Delendik 021ebb3748 Refactor address_transform.rs to use less memory (#1260)
The crates/debug/src/transform/address_transform.rs is unoptimized in terms of data structures. This PR refactors this file to remove creation of intermediate in-heap structures, thus improves overall performance of the DWARF transformation.

* Reduce amount of memory allocated in translate_ranges_raw
* refactor translate_ranges
* Don't transform non-unit .debug_line
* type annotation for TransformRangeXXXIter's
* Fix empty generated wasm positions
2020-03-23 16:36:29 -05:00
..
2020-03-23 09:58:08 -07:00
2020-03-23 08:56:51 -05:00
2020-03-23 09:58:08 -07:00
2020-03-20 11:59:16 -07:00
2020-03-20 21:54:44 +01:00