Skip to content
  • toy's avatar
    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