Eric V. Smith added the comment:

Some formatting improvements.

I removed one of the optimizations I was doing, because it's also done in 
PyObject_Format(). I plan on moving other optimizations into PyObject_Format(), 
but I'll open a separate issue for that.

I swapped the order of the parameters on the stack, so that I could use the 
micro-optimization of TOP() and SET_TOP().

I'll commit this shortly.

----------
Added file: http://bugs.python.org/file40928/format-opcode-3.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25483>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to