Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    de1dd52e
    Fixed WITH-COMPILATION-UNIT keyword to be :OVERRIDE instead of :FORCE. · de1dd52e
    ram authored
    Also, added :OPTIMIZE and :OPTIMIZE-INTERFACE for changing the "global"
    compilation policy within the dynamic extent.
    	
    Added :CONTEXT-DECLARATIONS, which provides a way to insert declarations
    conditional on pattern mathcing of the context in which the definition
    appears.  So you can compiler all external functions safe, or whatever.
    de1dd52e
    History
    Fixed WITH-COMPILATION-UNIT keyword to be :OVERRIDE instead of :FORCE.
    ram authored
    Also, added :OPTIMIZE and :OPTIMIZE-INTERFACE for changing the "global"
    compilation policy within the dynamic extent.
    	
    Added :CONTEXT-DECLARATIONS, which provides a way to insert declarations
    conditional on pattern mathcing of the context in which the definition
    appears.  So you can compiler all external functions safe, or whatever.