[Bug 296036] lang/python314
- Reply: bugzilla-noreply_a_freebsd.org: "maintainer-feedback requested: [Bug 296036] lang/python314"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 296036] lang/python314"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 296036] lang/python314: enable PGO + full LTO with LTO option"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jun 2026 15:50:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296036
Bug ID: 296036
Summary: lang/python314
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: python@FreeBSD.org
Reporter: franco.ricc@gmail.com
Flags: maintainer-feedback?(python@FreeBSD.org)
Assignee: python@FreeBSD.org
Created attachment 271758
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=271758&action=edit
git
Performance options suggestions
According https://docs.python.org/3/using/configure.html#configure-options
bets performance are achieved with:
using --enable-optimizations --with-lto=full
and using tail call:
--with-tail-call-interp
I propose a patch to enable them
--
You are receiving this mail because:
You are the assignee for the bug.