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

Re: issue CONSTANT-CIRCULAR-COMPILATION, version 4



> > Plus, what happens if you try to coalesce a constant in created one
> > place where *DUMP-CIRCLE* was true with one that was created in
> > another place where *DUMP-CIRCLE* was false? 
> 
> Assuming the compile-time evaluation happens in the first pass, then
> subsequent passes will see the flag as being either true or false for
> the entire file.

Seems a bit strange to me.