Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • toy's avatar
    7b973467
    From Eric Marsden: · 7b973467
    toy authored
        From a recent thread on comp.lang.lisp, it seems that CMUCL is non
        conforming in the way that it handles the coalescing of constants in
        the functions EVAL and COMPILE:
    
           Literal objects appearing in code processed by the compile
           function are neither copied nor coalesced. The code resulting
           from the execution of compile references objects that are eql
           to the corresponding objects in the source code.
    7b973467
    History
    From Eric Marsden:
    toy authored
        From a recent thread on comp.lang.lisp, it seems that CMUCL is non
        conforming in the way that it handles the coalescing of constants in
        the functions EVAL and COMPILE:
    
           Literal objects appearing in code processed by the compile
           function are neither copied nor coalesced. The code resulting
           from the execution of compile references objects that are eql
           to the corresponding objects in the source code.