logoalt Hacker News

nutjob2yesterday at 9:52 PM1 replyview on HN

Much more interesting is Mir: https://github.com/vnmakarov/mir

It has all the tools for custom JIT including a nice C compiler.


Replies

fuhsnntoday at 4:08 AM

rcc[1] is another real-JIT C compiler. antcc[2] and xcc[3] are worth mentioning for being fast-enough to run C like scripting.

[1] https://github.com/dstogov/rcc

[2] https://codeberg.org/lsof/antcc

[3] https://github.com/tyfkda/xcc