Bugzilla Automation <[email protected]> has asked freebsd-python (Nobody) <[email protected]> for maintainer-feedback: Bug 296036: lang/python314 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296036
--- Description --- 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
