Elektrine lite

← Feed

@agowa338@chaos.social

Post #1308487

2026-02-19 15:44 UTC

@ShadSterling @blinry Well it was your idea. I didn't even say it was possible to pull off. Your idea just sounded like JIT compiled C to me... Also anyone know what magic https://godbolt.org/ is using under the hood? I'd hope they're not actually running each of these compilers on their system each time you put something in there and somehow do it interpreted? Right? Then something like that may be able to help.

Replies (1)

  • @agowa338 @blinry I can see how it could sound that way; the mental model I landed on aims to run existing AOT-compiled software unchanged, to maximize compatibility. godbolt.org gives you a compiler picker and an options field, so each time you put something it actually runs just the compiler you pick - https://xania.org/202506/how-compiler-explorer-works

    Open ##1308488