Hallo !
ich habe vor kurzem einen Artikel über das "ELF" format gelesen.
Es gibt das Tool "prelink" um das Laden von Programmen zu beschleunigen.
Macht es evtl. Sinn das Image zu bearbeiten ?
Ist das ein Featurerequest ?
Das Image wird in der Regel immer ganz geschrieben und die
Libraries leben nicht.
Haveaniceday
NAME
prelink - prelink ELF shared libraries and binaries to
speed up startup time
SYNOPSIS
prelink [OPTION...] [FILES]
DESCRIPTION
prelink is a program which modifies ELF shared libraries
and ELF dynamically linked binaries, so that the time
which dynamic linker needs for their relocation at startup
significantly decreases and also due to fewer relocations
the run-time memory consumption decreases too (especially
number of unshareable pages). Such prelinking information
is only used if all its dependant libraries have not
changed since prelinking, otherwise programs are relocated
normally.
...
Boximage schneller mit prelink ? (ELF- pre linked)
-
- Interessierter
- Beiträge: 32
- Registriert: Mittwoch 4. September 2002, 13:18