Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • emarsden's avatar
    b623815a
    XREF improvements: · b623815a
    emarsden authored
       - update for new function names (esp for CLOS code)
    
       - XREF-CONTEXT structures are now dumpable (to save information in
         FASL form)
    
       - reverse who-calls now uses a dedicated hash-table instead of
         looking for source code on disk
    
       - add WHO-MACROEXPANDS
    
    The code still isn't very clever about discarding compiler-generated
    function calls in CLOS code.
    b623815a
    History
    XREF improvements:
    emarsden authored
       - update for new function names (esp for CLOS code)
    
       - XREF-CONTEXT structures are now dumpable (to save information in
         FASL form)
    
       - reverse who-calls now uses a dedicated hash-table instead of
         looking for source code on disk
    
       - add WHO-MACROEXPANDS
    
    The code still isn't very clever about discarding compiler-generated
    function calls in CLOS code.