Ben L. Titzer

Results 334 comments of Ben L. Titzer

@mingodad I've added a more complete EBNF to the `doc/` directory. I didn't fill out the tokens for string, integer, and float constants, and it doesn't respect operator precedence, but...

This is great! When I have a chance to take a look in more detail I'll try to check in a version of the above.

Hi @vlsi, I have been working on an arm backend in a branch. The instruction selector is almost finished, but I am using a new code generator which will require...

Hi Paul, That's a cool idea. Just off the top of my head, the Virgil compiler will need some adjustments to generate .o (or .so) files for linking (or dynamic...

I've added the ability to do remove execution of tests, based on ssh and rsync. It's a bit hacky and relatively inefficient, as it relies at least 4 ssh/rsync rounds...

I added an android test script and am able to run x86 tests on the Zenfone 2...but it does not have SSE 4.2, so some float tests fail.

`System.fileLoad()`, for one, which needs `stat` to get a file size. Generally the tests in `test/wasi/` and `test/system` were what I was working on before I got sidetracked.

I think we had tentatively started leaning towards function subtyping on `call_indirect`?