-
- Downloads
From Eric Marsden:
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.
Loading
Please register or sign in to comment