The PyPy standard interpreter compiled to C with the mysterious JIT. The JIT can now speed up single functions performing some very simple arithmetic. Paste this example (paste) for simple function:
%s
Try running it (
test_f1()
) and try running
pypyjit.enable(f1.func_code)
and watch the difference.