Vincent Laporte

Results 42 issues of Vincent Laporte

There are two implementations: - native, the default one, that assumes that build and host environments have same word sizes; - js, that only works with 32-bit host (suitable when...

ocaml

The pretty-printing to x86 asm is not compatible with recent assemblers. Here is an example program: ~~~ export fn test(reg u64 p) -> reg u128 { reg u128 r; r...