prelink - An ELF prelinking utility
Description:
The prelink package contains a utility which modifies ELF shared libraries and executables, so that far fewer relocations need to be resolved at runtime and thus programs come up faster.
License: GPL
Vendor: Fedora Project
Packages
prelink-0.4.0-1.x86_64 [989 KiB] |
Changelog by Jakub Jelinek (2007-10-09):
- add support for -c /etc/prelink.conf.d/*.conf in prelink.conf (#244452) - remove no longer existent directories from default prelink.conf (#248694) - reenabled prelink C++ optimizations which have not triggered any longer since _ZT[IV]* moved into .data.rel.ro section from .data - fixed performance issues in C++ optimizations, especially on GCJ CNI programs (#314051) - other performance improvements, prelink -avmR after prelink -ua now takes roughly 3m4s real time instead of 20m27s before - don't run TEXTREL tests if SELinux is enforcing (#245928) |