Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • gerd's avatar
    289982f2
    Control viability of dynamic-extent declarations with a · 289982f2
    gerd authored
    	user-settable variable and an interface function that can be used
    	across backends.
    
    	* src/compiler/globaldb.lisp
    	(*trust-dynamic-extent-declarations*): New variable.
    	(trust-dynamic-extent-declaration-p): New function.
    	* src/compiler/x86/macros.lisp (allocation): Use it.
    	* src/compiler/sparc/macros.lisp (allocation): Use it.
    
    	* src/code/exports.lisp ("EXTENSIONS"): Export
    	*trust-dynamic-extent-declarations*.
    	* src/code/exports.lisp ("C"): Export
    	trust-dynamic-extent-declaration-p.
    289982f2
    History
    Control viability of dynamic-extent declarations with a
    gerd authored
    	user-settable variable and an interface function that can be used
    	across backends.
    
    	* src/compiler/globaldb.lisp
    	(*trust-dynamic-extent-declarations*): New variable.
    	(trust-dynamic-extent-declaration-p): New function.
    	* src/compiler/x86/macros.lisp (allocation): Use it.
    	* src/compiler/sparc/macros.lisp (allocation): Use it.
    
    	* src/code/exports.lisp ("EXTENSIONS"): Export
    	*trust-dynamic-extent-declarations*.
    	* src/code/exports.lisp ("C"): Export
    	trust-dynamic-extent-declaration-p.