• [^] # Re: C'est moi ou ?

    Posté par . En réponse à la dépêche Debian 8 : Jessie l’écuyère est en selle !. Évalué à -2.

    Linux mutualise les pages de code

    C'est bien ce que je dis, le kernel, pas ELF. Et il me semble que c'est bien KSM qui s'en occupe :

    The KSM daemon ksmd periodically scans those areas of user memory which
    have been registered with it, looking for pages of identical content which
    can be replaced by a single write-protected page

    Et même si KSM was originally developed for use with KVM [...], it can be useful to any
    application which generates many instances of the same data
    .