Relax compiler literal caching
authorDavid Vázquez <davazp@gmail.com>
Fri, 10 May 2013 15:23:58 +0000 (16:23 +0100)
committerDavid Vázquez <davazp@gmail.com>
Fri, 10 May 2013 15:23:58 +0000 (16:23 +0100)
commitc099d169f56b157f590f134a23d69712c12f0eee
tree860c0c61355e444613ab82aada5ba0127deffabe
parenta34c4fca247f861166e8ad8dbecf399ef124de57
Relax compiler literal caching

Equal is too general. Diferrent literals are considered the same and
if you modify destructively one of them, then other were modified too.
src/compiler.lisp