On Wed, 6 Nov 2019 at 05:50, Vít Ondruch wrote:
> Dne 05. 11. 19 v 16:03 Ben Cotton napsal(a):
> > When we compile the python3 package on Fedora (prior to this change),
> > we create the libpython3.?.so shared library and the final python3
> > binary (<code>/usr/bin/python3</code>) is dynamically linked against
> > it. However by building the libpython3.?.a static library and
> > statically linking the final binary against it, we can achieve a
> > performance gain of 5% to 27% depending on the workload.
>
>
> Where are these number coming from? And what is the reason for the
> performance hit for dynamically linked Python?

Yea. This sounds like a bug/deficiency in the linking system, and the
problem is possibly attacked from the wrong direction.

Orcan
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to