Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    b3435e84
    Incorporate the loop analysis code into cmucl, based on similar work · b3435e84
    rtoy authored
    done in SBCL:
    
    node.lisp:
      o Add new slots to cblock and component structures that are needed
        for loop analysis.
    
    vop.lisp:
      o Enable the cloop structure.
    
    loadcom.lisp:
      o Load loop
    
    comcom.lisp:
      o Compile loop
    
    No cross-compile needed.  When building, select the CLOBBER-IT restart
    when asked.
    b3435e84
    History
    Incorporate the loop analysis code into cmucl, based on similar work
    rtoy authored
    done in SBCL:
    
    node.lisp:
      o Add new slots to cblock and component structures that are needed
        for loop analysis.
    
    vop.lisp:
      o Enable the cloop structure.
    
    loadcom.lisp:
      o Load loop
    
    comcom.lisp:
      o Compile loop
    
    No cross-compile needed.  When building, select the CLOBBER-IT restart
    when asked.