#79: Identically named gensymed coalesced into same object in fasl file --------------------------+------------------------------------------------- Reporter: trittweiler | Owner: ehuelsmann Type: defect | Status: closed Priority: major | Milestone: Component: compiler | Version: Resolution: fixed | Keywords: --------------------------+------------------------------------------------- Changes (by ehuelsmann):
* status: new => closed * resolution: => fixed
Comment:
(In [12650]) Fix #79: Equally named -but different- uninterned symbols coalesced into one in FASLs.
This commit removes the *FASL-ANONYMOUS-PACKAGE*: it's replaced by *FASL-UNINTERNED-SYMBOLS* and a dispatch macro function which resolves symbols by index instead of by name.