enable frame pointers for linux x86-64 and aarch64#997
enable frame pointers for linux x86-64 and aarch64#997jjhelmus merged 1 commit intoastral-sh:mainfrom
Conversation
c1c44b9 to
877018d
Compare
|
The native 3.12 build on linux segfaults
Strange |
Enable frame pointers on x86-64 and aarch64 Linux platforms.
877018d to
c792d72
Compare
|
I'm comparing the performance building with frame-pointers vs without to get an idea of how much overhead they introduce. Should have full results later today or tomorrow. |
|
Results from running the pyperformance benchmark suite on builds with and without frame-pointer on a Linux x86-64 host:
Yes, adding frame-pointer improved the performance of 3.13. I don't understand precisely but re-running the benchmarks replicated the results. Overall a 2-3% performance loss from adding frame-pointers is a reasonable trade-off for the improvement in observability. |
Enable frame pointers on x86-64 and aarch64 Linux platforms. closes astral-sh#992
Enable frame pointers on x86-64 and aarch64 Linux platforms. closes astral-sh#992
Enable frame pointers on x86-64 and aarch64 Linux platforms.
closes #992