issues
search
bytecodealliance
/
wasmtime
A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
15.44k
stars
1.3k
forks
source link
Improve `MallocMemory` implementation
#9634
Closed
alexcrichton
closed
5 days ago
alexcrichton
commented
5 days ago
Optimize memory growth in debug mode which was showing up locally in profiles as being particularly slow.
Fix a bug where the
memory_reservation_for_growth
was accidentally initialized instead of leaving it uninitialized as intended.
memory_reservation_for_growth
was accidentally initialized instead of leaving it uninitialized as intended.