Identifier-name compression.
Stefan Koch via Digitalmars-d
digitalmars-d at puremagic.com
Sat May 21 16:02:57 PDT 2016
On Saturday, 21 May 2016 at 22:59:48 UTC, Walter Bright wrote:
> On 5/21/2016 3:50 PM, Stefan Koch wrote:
>> [...]
>
> It won't be reproducible from run to run, and worse, if you use
> separate compilation, duplicates are inevitable.
please elaborate why wouldn't it be reproduceble from run to run ?
aren't symbols always inserted in the same order.
So the same sourceFile will always produce the same mangling ?
and at link time the id-to-identifier translation-table would be
consulted ?
More information about the Digitalmars-d
mailing list