Reuben Dunnington

Results 18 comments of Reuben Dunnington

#81 improves the state of things slightly with a new program `json` that has larger code size and should be a bit more representative of smaller wasm programs.

Heya, I have been thinking about this for a while actually, because I think it would be good to support targets that don't have virtual memory (like some embedded platforms)....

Ok I believe with the completion of #88 you should be able to disable wasi with `-Dwasi=false` compile option, which IIRC should also be supported when using it as a...

I finished a new container that should be able to replace `StableArray` for most of the use-cases: https://github.com/rdunnington/zig-chunk-list I'll be working on integrating that next.

Hey thanks for your interest! Unfortunately the `always_tail` attribute is a really important performance optimization for interpreters like this one. The other option would be a type of [computed goto...

Oh yeah that's awesome! I happened to see that today too. 😁 I think I would want to experiment with it anyway to see what the perf is like so...

Nice investigation and thanks for the followup 👍.

Thanks to @Southporter's awesome contribution (#67), we can close this issue since MIPS32 will automatically be compiled with the labeled switch stack interpreter, avoiding the tail call implementation. There is...