classification
Title: gcc profile guided optimization
Type: performance Stage: patch review
Components: Build Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, pitrou, rpetrov
Priority: normal Keywords: patch

Created on 2009-01-25 20:18 by rpetrov, last changed 2010-07-10 10:36 by rpetrov.

Files
File name Uploaded Description Edit
py-issue-profile.patch rpetrov, 2009-01-25 20:18 proposed patch review
Messages (4)
msg80537 - (view) Author: Roumen Petrov (rpetrov) Date: 2009-01-25 20:18
The make target "run_profile_task" fail as executable cannot load shared
library. Patch attached.
msg109640 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-07-08 22:56
Could someone from the build area please take a look at the patch, only three lines have changed.
msg109641 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-07-08 22:58
On which platform? it works here (Python 3.2, Linux).
msg109845 - (view) Author: Roumen Petrov (rpetrov) Date: 2010-07-10 10:36
a) search for fficonfig.h is fixed long time ago (i could not remember issue)
b) build python executable cannot run without to setup some environment variables  - $(RUNSHARED).
History
Date User Action Args
2010-07-10 10:36:32rpetrovsetmessages: + msg109845
2010-07-08 22:58:56pitrousetnosy: + pitrou
messages: + msg109641
2010-07-08 22:56:12BreamoreBoysetversions: + Python 3.1, Python 3.2
nosy: + BreamoreBoy

messages: + msg109640

stage: patch review
2009-01-25 20:19:34rpetrovsettype: performance
2009-01-25 20:19:17rpetrovsetcomponents: + Build
2009-01-25 20:18:59rpetrovsetversions: + Python 2.7
2009-01-25 20:18:36rpetrovcreate