MathMonkeyMan 3 days ago

By the sound of it, CPython is starting to resemble a native compiler. I guess that's expected for a JIT, but it's interesting to see concerns about branch prediction, differences between compilers, and the C ABI in the implementation of python.