[fpc-devel] pure function feedback

Marco van de Voort fpc at pascalprogramming.org
Mon Jul 1 13:48:08 CEST 2024


Op 1-7-2024 om 10:33 schreef Mattias Gaertner via fpc-devel:
>
>> FPC has JIT backends like JVM.
>
> But that is just the backend, FPC still works only at compile time, so 
> no JIT at runtime possible. Is it?
>
Hmm, yes. You could maybe interface to the JVM and compile java that 
way. But I don't even know that is possible, i.e. if every Java VM can 
actually compile Java (rather than only bytecode), let alone that that 
wouldn't be FPC code.




More information about the fpc-devel mailing list