-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BOLT uses deprecated option -reorder-functions=hfsort+
#128456
Comments
erlend-aasland
pushed a commit
that referenced
this issue
Jan 3, 2025
'hfsort+' is deprecated in favor of 'cdsort'.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 3, 2025
…honGH-128457) 'hfsort+' is deprecated in favor of 'cdsort'. (cherry picked from commit 4974bbd) Co-authored-by: Zanie Blue <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 3, 2025
…honGH-128457) 'hfsort+' is deprecated in favor of 'cdsort'. (cherry picked from commit 4974bbd) Co-authored-by: Zanie Blue <[email protected]>
This was referenced Jan 3, 2025
erlend-aasland
pushed a commit
that referenced
this issue
Jan 3, 2025
…-128457) (#128462) 'hfsort+' is deprecated in favor of 'cdsort'. (cherry picked from commit 4974bbd) Co-authored-by: Zanie Blue <[email protected]>
erlend-aasland
pushed a commit
that referenced
this issue
Jan 3, 2025
…-128457) (#128461) 'hfsort+' is deprecated in favor of 'cdsort'. (cherry picked from commit 4974bbd) Co-authored-by: Zanie Blue <[email protected]>
WolframAlph
pushed a commit
to WolframAlph/cpython
that referenced
this issue
Jan 4, 2025
…hon#128457) 'hfsort+' is deprecated in favor of 'cdsort'.
srinivasreddy
pushed a commit
to srinivasreddy/cpython
that referenced
this issue
Jan 8, 2025
…hon#128457) 'hfsort+' is deprecated in favor of 'cdsort'.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
Building with BOLT optimizations emits the following warning
From the usage at
cpython/configure.ac
Line 2186 in 6fd3184
The resolution looks quite straight-forward, I'll post a patch.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
-reorder-functions=cdsort
for BOLT #128457The text was updated successfully, but these errors were encountered: