Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pmai's avatar
    e8bc6667
    Entomotomy Bug: pcl-gf-cache-cacheing-not-needed · e8bc6667
    pmai authored
    This commits a patch by Gerd Moellmann which elides the elaborate cacheing
    of GF caches, since modern GCs are usually better at handling this.
    Performance on x86 with generational GC seems unharmed by this, other ports
    using the non-generational GC will have to investigate.  Should this turn
    up performance problems, the patch might get reverted.
    e8bc6667
    History
    Entomotomy Bug: pcl-gf-cache-cacheing-not-needed
    pmai authored
    This commits a patch by Gerd Moellmann which elides the elaborate cacheing
    of GF caches, since modern GCs are usually better at handling this.
    Performance on x86 with generational GC seems unharmed by this, other ports
    using the non-generational GC will have to investigate.  Should this turn
    up performance problems, the patch might get reverted.