On Thu, Jan 29, 2009 at 6:29 AM, Daniel Keep
<[email protected]> wrote:
> In any case, if the name is too long to fit within the limits of OMF, I
> believe D deflate-compresses the symbol to shorten it.

And if _that_ doesn't work, DMD then MD5 hashes the symbol, in which
case you lose the info, unless it stores that in a separate object
section.

Unfortunately, while this mechanism solves the "symbol too long"
errors, OPTLINK still crashes with too many fixups in one object,
making things like Pyd all but unusable with DMDWin..

Reply via email to