| ▲ | glum64 5 hours ago | |
Uhm, Common Lisp, where JIT is not only available but is also manageable: the programmer can decide what deserves to be compiled and what does not. Besides run time, JIT is available also when the code is compiled or loaded for execution (i.e., do you have a compilation or loading speed-up in mind? no problem, you can also compile that speed-up into native machine code, and so ad infinitum...). | ||
| ▲ | clbrmbr 2 hours ago | parent | next [-] | |
is an xtensa lx7 (esp32-s3) target available that does not use llvm? | ||
| ▲ | fweimer 2 hours ago | parent | prev [-] | |
Not in typical builds of SBCL: all code is compiled before evaluation. | ||