finite-wasm icon indicating copy to clipboard operation
finite-wasm copied to clipboard

stack: Have an analysis for precise stack limits

Open nagisa opened this issue 1 year ago • 0 comments

Not every runtime will reserve the entire stack frame for a given function at the beginning of the function execution. Our current stack analysis can only reserve stack use at the beginning of the function for its maximum stack use, which can lead to us accounting for more stack than is actually used.

nagisa avatar Jun 02 '23 11:06 nagisa