Alexandro Sanchez

Results 24 comments of Alexandro Sanchez

> Just thought I'd drop by and mention I got unicorn.js to work with real ARM64 code using very large 64-bit PC addresses and register values. PR #46 has some...

Agreed! I wanted to keep the demo simple and it only supports integers up to 32 bits even if Unicorn.js supports 64 bit registers as well, so this would require...

As of today, WebAssembly is not designed to do JIT compilation [[1]](https://webassembly.org/docs/jit-library/). Every recompiled Translation Block (TB) of TCG, needs results in a new WebAssembly module. This has quite a...

@billygriffin GitHub Desktop is incredibly useful at letting me pick exactly what to commit, much faster than I could ever be with vanilla `git` on the terminal, and you guys...