Ben Smith
Ben Smith
My thought is that even if we tell folks to use it for large regions, they'll use it for small ones too, so we'll have to handle that anyway. I...
Just coming back to this... It seems like the wasm page size is bit too large of a granularity -- the microbenchmark shows benefits for sizes < 64K. > In...
I think stack walking is a pretty interesting primitive, and would generally be useful to add to WebAssembly. There's a lot of functionality described here, so we'd want to think...
> As an experiment, I took the code below and compiled it with the current design (-fwasm-exceptions -O3) versus a revised design, and the revised design reduced the body of...
Seems like there's not much to be done here, closing.
I think `iNN.nez` is pretty uncontroversial, so we should consider that separately. It may be worth including in the memory64 proposal, but we may want to include it with some...
I wonder if the 2nd option (adding explicit `memory.reserve`) is better here. The problem I can see with the 1st option is that it means that loads/stores may trap, which...
> Just noting that this feature, if there is interest, is intended for post-MVP. (meta-comment: maybe create a "post-mvp" label, and add it for issues like these?)
Good question! I think I'd start with disallowing it, just because it is somewhat complex and we can add it later. But if we do decide to design it now,...
No problem! Just to be clear, are you not looking for PRs for this repo, or are you only landing PRs that are closer to being landed? I just ask...