Re: Optimization for slow platforms (Re: Changes in dpkg Pre-Depends)

2010-02-23 Thread Marco d'Itri
On Feb 23, Jonathan Nieder wrote: > In this case the speed difference from using non-PIC code is > noticeable. But the memory pressure from not sharing code between > processes might mean it is not worth it --- I am really torn. If the programs are linked statically then they will have the same

Optimization for slow platforms (Re: Changes in dpkg Pre-Depends)

2010-02-23 Thread Jonathan Nieder
Thomas Weber wrote: >>> Le mardi 23 février 2010 à 14:43 +0100, Marco d'Itri a écrit : Using non-PIC code for a 5% speed up looks like an acceptable trade off to me, but it really must be restricted only to architectures which need it. [...] > You have x86 hardware that is so old th