Re: Red Hat On Yesterday's Hardware

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jul 01, 2003 at 10:04:11AM +0100, John Haxby wrote:
> Prelink helps start up time, it won't make the app run faster once it's 
> actually got going.

This is not entirely true with the latest prelink C++ optimizations,
as in prelinked program virtual tables in shared libraries might contain
addresses of methods directly while without prelink they might contain
addresses of .plt slot in the binary which will then actually call the
methods. But the difference is not really big, only a few instructions
per virtual method call.

	Jakub




[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux