Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • cracauer's avatar
    65f0bdc0
    · 65f0bdc0
    cracauer authored
    Make (time ...) and the profiler do precise measuring of space
    allocation.  It will also not overflow or bomb out when consing
    amounts cross most-positive fixnum.
    
    The new profiler also has an interface to plug in your own print
    function (also dictates sorting or results).
    
    This is written on gencgc/x86 but tests indicated the fallsbacks for
    other platforms work.
    
    The dfixnum package included here is sketchy.
    65f0bdc0
    History
    cracauer authored
    Make (time ...) and the profiler do precise measuring of space
    allocation.  It will also not overflow or bomb out when consing
    amounts cross most-positive fixnum.
    
    The new profiler also has an interface to plug in your own print
    function (also dictates sorting or results).
    
    This is written on gencgc/x86 but tests indicated the fallsbacks for
    other platforms work.
    
    The dfixnum package included here is sketchy.