Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • emarsden's avatar
    34b793ce
    · 34b793ce
    emarsden authored
      - fix a signed/unsigned cast bug that was prevented the
        auto-gc-trigger from functioning correctly when using certain
        dynamic-space sizes (for platforms that don't have an internal gc
        trigger).
    
      - added a few #include files to avoid compiler warnings
    
      - changed some #ifdef semantics: DEBUG activates additional
        assertions, and PRINTNOISE activates debugging statements.
    34b793ce
    History
    emarsden authored
      - fix a signed/unsigned cast bug that was prevented the
        auto-gc-trigger from functioning correctly when using certain
        dynamic-space sizes (for platforms that don't have an internal gc
        trigger).
    
      - added a few #include files to avoid compiler warnings
    
      - changed some #ifdef semantics: DEBUG activates additional
        assertions, and PRINTNOISE activates debugging statements.