Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541966 - dev-lang/python should offer a profile-opt USE flag
Summary: dev-lang/python should offer a profile-opt USE flag
Status: RESOLVED DUPLICATE of bug 615412
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-03 07:53 UTC by octoploid
Modified: 2020-03-27 16:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description octoploid 2015-03-03 07:53:02 UTC
Python upstream offers a "make profile-opt" target that automatically
first builds an instrumented version (with gcc's -fprofile-generate),
then runs some tests to train it and finally builds on optimized 
version with -fprofile-use.

Offering a use flag for this feature would be nice.
All recent gcc versions should work.

Reproducible: Always
Comment 1 Matt Turner gentoo-dev 2020-03-27 16:33:41 UTC
Marking this as a duplicate because the other bug has patches and more discussion.

*** This bug has been marked as a duplicate of bug 615412 ***