On Sat, Apr 13, 2024 at 10:18:03AM +0200, Miro Hrončok wrote:
> On 13. 04. 24 10:04, Miro Hrončok wrote:
> >On 13. 04. 24 2:33, Kevin Kofler via devel wrote:
> >>How much larger is Python at -O3 compared to -O2? And other packages?
> >
> >That is a good question, will measure.
> 
> -O2 RPM size:
> python3-3.12.2-3.fc41.x86_64            32638
> python3-libs-3.12.2-3.fc41.x86_64    42888846
> 
> -O3 RPM size:
> python3-3.12.2-3.O3.fc41.x86_64         32638
> python3-libs-3.12.2-3.O3.fc41.x86_64 43389702
> 
> Difference of python3-libs:
> 
> 500856 == 489 kB = 1.1678 % increase in size of pytohn3-libs itself
> or 1.1669 % of python3-libs+python3 combined size.
> 
> (I added this to the change proposal.)

Is it possible you could add compilation time too?  It seems like -O3
will take longer, but it'd be interesting to know how much longer.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
--
_______________________________________________
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to