Skip to content
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

gcc profile guided optimization #49310

Closed
rpetrov mannequin opened this issue Jan 25, 2009 · 5 comments
Closed

gcc profile guided optimization #49310

rpetrov mannequin opened this issue Jan 25, 2009 · 5 comments
Labels
build The build process and cross-build performance Performance or resource usage

Comments

@rpetrov
Copy link
Mannequin

rpetrov mannequin commented Jan 25, 2009

BPO 5060
Nosy @pitrou, @tiran
Files
  • py-issue-profile.patch: proposed patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2013-07-08.15:05:28.603>
    created_at = <Date 2009-01-25.20:18:36.437>
    labels = ['build', 'performance']
    title = 'gcc profile guided optimization'
    updated_at = <Date 2013-07-08.15:05:28.601>
    user = 'https://bugs.python.org/rpetrov'

    bugs.python.org fields:

    activity = <Date 2013-07-08.15:05:28.601>
    actor = 'christian.heimes'
    assignee = 'none'
    closed = True
    closed_date = <Date 2013-07-08.15:05:28.603>
    closer = 'christian.heimes'
    components = ['Build']
    creation = <Date 2009-01-25.20:18:36.437>
    creator = 'rpetrov'
    dependencies = []
    files = ['12859']
    hgrepos = []
    issue_num = 5060
    keywords = ['patch']
    message_count = 5.0
    messages = ['80537', '109640', '109641', '109845', '192657']
    nosy_count = 4.0
    nosy_names = ['pitrou', 'christian.heimes', 'rpetrov', 'BreamoreBoy']
    pr_nums = []
    priority = 'normal'
    resolution = 'works for me'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue5060'
    versions = ['Python 3.1', 'Python 2.7', 'Python 3.2']

    @rpetrov
    Copy link
    Mannequin Author

    rpetrov mannequin commented Jan 25, 2009

    The make target "run_profile_task" fail as executable cannot load shared
    library. Patch attached.

    @rpetrov rpetrov mannequin added build The build process and cross-build performance Performance or resource usage labels Jan 25, 2009
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Jul 8, 2010

    Could someone from the build area please take a look at the patch, only three lines have changed.

    @pitrou
    Copy link
    Member

    pitrou commented Jul 8, 2010

    On which platform? it works here (Python 3.2, Linux).

    @rpetrov
    Copy link
    Mannequin Author

    rpetrov mannequin commented Jul 10, 2010

    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).

    @tiran
    Copy link
    Member

    tiran commented Jul 8, 2013

    run_profile_task has been fixed a while ago and works with --enabled-shared.

    @tiran tiran closed this as completed Jul 8, 2013
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build performance Performance or resource usage
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants