Elektrine lite

← Feed

@agowa338@chaos.social

Post #1308484

2026-02-19 15:24 UTC

@ShadSterling @blinry Sounds like you'd want to write a JIT compiler for C tbh...

Replies (1)

  • @agowa338 @blinry what a nightmare that would be! Which AOT compiler would you target compatibility with? How would you handle ISA extensions? Allow specifying compiler options? Well, I might want a C interpreter+JIT for new code targeting that system, but for existing code with an established build process, I’d use the existing distributed machine code, so the language module used is minimal (until it gets run on future hardware with an incompatible ISA)

    Open ##1308486