[issue33955] Implement PyOS_CheckStack on macOS using pthread_get_stack*_np

Ronald Oussoren report at bugs.python.org
Mon Jul 2 09:12:03 EDT 2018


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

W.r.t. benchmarks: The full benchmark suite that's often used to assess the performance impact on real world code is: http://pyperformance.readthedocs.io

Running this takes some time, and the interesting bit is comparing the performance with and without your patch.

You could also test with a small script that uses the timeit module to run some code that performs a lot of function calls.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33955>
_______________________________________


More information about the Python-bugs-list mailing list