mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
4 lines
252 B
ReStructuredText
4 lines
252 B
ReStructuredText
Allow the Linux perf support to work without frame pointers using perf's
|
|
advanced JIT support. The feature is activated when using the
|
|
``PYTHON_PERF_JIT_SUPPORT`` environment variable or when running Python with
|
|
``-Xperf_jit``. Patch by Pablo Galindo.
|