> Is there any reason why official python doesn't have any JIT option?
Desires to keep the implementation simple and approachable (relatively), as well as avoid issues of performance cliffs and such.
Also the C API has historically been extremely broad and provided large access to what amount to implementation details, making this keep working properly with a jit is difficult (at least for anything but a simplistic macro-ish JIT).
Desires to keep the implementation simple and approachable (relatively), as well as avoid issues of performance cliffs and such.
Also the C API has historically been extremely broad and provided large access to what amount to implementation details, making this keep working properly with a jit is difficult (at least for anything but a simplistic macro-ish JIT).