JIT Compiling Code in 5μs

(malisper.me)

41 points | by zX41ZdbW 2 hours ago

3 comments

  • glum64 10 minutes 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...).

  • glenjamin 32 minutes ago
    pgrust sounds very interesting, but with the deep changes there’s no viable path to upstream it - is the end goal to be robust enough that it’ll get wide adoption?
  • roschdal 30 minutes ago
    JIT compilation is unsecure.
    • dennis16384 17 minutes ago
      It is the core of ClickHouse for example, for many years. Is it secure enough in your opinion?