apt1002 / mijit

Experimental JIT compiler generator
https://github.com/apt1002/mijit/
25 stars 4 forks source link

ARM backend #31

Closed apt1002 closed 3 years ago

apt1002 commented 3 years ago

This is mostly done now. The subset of A64 that we've chosen is documented in doc/arm.md. The implementation is in target::aarch64. There is no ARM-specific optimizer yet (that's #32).

Writing the ARM backend has taken about four weeks (part time) so far.