-
-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
python/cpython
#141958Description
patch-dont-clear-runshared-14.patch
Configure nerfs RUNSHARED when cross-compiling, which prevents PGO from running. However, we can often run the target binaries (e.g. x86_64 host and i686 target).
This patch prevents configure from clearing RUNSHARED when cross-compiling, allowing PGO to work in these scenarios.
Related:
patch-dont-clear-runshared-legacy.patch(for Python ≤3.10)patch-dont-clear-runshared.patch(for Python 3.11-3.12)patch-dont-clear-runshared-13.patch(for Python 3.13)
Metadata
Metadata
Assignees
Labels
No labels