Issue 5060: gcc profile guided optimization (original) (raw)

Created on 2009-01-25 20:18 by rpetrov, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py-issue-profile.patch rpetrov,2009-01-25 20:18 proposed patch review
Messages (5)
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).
msg192657 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-07-08 15:05
run_profile_task has been fixed a while ago and works with --enabled-shared.
History
Date User Action Args
2022-04-11 14:56:44 admin set github: 49310
2013-07-08 15:05:28 christian.heimes set status: open -> closednosy: + christian.heimesmessages: + resolution: works for mestage: patch review -> resolved
2010-07-10 10:36:32 rpetrov set messages: +
2010-07-08 22:58:56 pitrou set nosy: + pitroumessages: +
2010-07-08 22:56:12 BreamoreBoy set versions: + Python 3.1, Python 3.2nosy: + BreamoreBoymessages: + stage: patch review
2009-01-25 20:19:34 rpetrov set type: performance
2009-01-25 20:19:17 rpetrov set components: + Build
2009-01-25 20🔞59 rpetrov set versions: + Python 2.7
2009-01-25 20🔞36 rpetrov create