INADA Naoki added the comment:

I'm working on changing stack layout slightly

current patch: callable | NULL | arg1 | ...argN
next patch will: NULL | callable | arg1 | ...argN

After benchmark with PGO build, I'll post it.

----------

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

Reply via email to