https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296038
Bug ID: 296038
Summary: lang/python314
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Flags: maintainer-feedback?([email protected])
Assignee: [email protected]
Created attachment 271759
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=271759&action=edit
GIT patch diff
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.