logoalt Hacker News

glum64today at 8:06 AM2 repliesview on HN

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...).


Replies

clbrmbrtoday at 10:20 AM

is an xtensa lx7 (esp32-s3) target available that does not use llvm?

show 1 reply
fweimertoday at 10:37 AM

Not in typical builds of SBCL: all code is compiled before evaluation.

show 3 replies