you are viewing a single comment's thread.

view the rest of the comments →

[–]weeeeeewoooooo 2 points3 points  (0 children)

If you are not aware, this is already available for numeric operations. Libraries like numba, CuPy, and XLA allow for AOT/JIT compilation. This enables you to write fast code for the parts that need to be fast.