alexcrichton transferred Issue #588:
"Heap" is a pretty generic term, but Cranelift's
Heap
is a very specific construct. What if we renamed Cranelift's "Heap" to "LinearMemory", since it's essentially a WebAssembly linear memory with a few more knobs exposed?And perhaps we could shorten it to "linearmem" in some places, so that
heap_addr
would belinearmem_addr
. Or maybelinmem_addr
? Or maybelinear_addr
?
Last updated: Nov 22 2024 at 17:03 UTC