Files
cpython/Python
Jeffrey Yasskin fd8a1ec486 Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching
whether any thread has tracing turned on, which saves one load instruction in
the fast_next_opcode path in PyEval_EvalFrameEx().  See issue 4477.
2008-12-03 06:46:45 +00:00
..
2008-06-11 07:41:16 +00:00
2008-01-23 17:15:06 +00:00
2008-10-30 23:59:18 +00:00
2008-04-13 20:50:29 +00:00
2008-10-19 13:59:01 +00:00