[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DEFCONSTANT and EQ



    What about "strings"? Can the compiler fail to preserve eqness
    of a defconstanted string?

I think the answer is NO, the compiler cannot do replacemnt of constant
strings in such a way as to destroy EQ-ness.  If you allow this for
strings, you pretty much have to allow it for every sequence, including
lists, and we're back to symbol-macros again.

-- Scott