DMD producing huge binaries

Johan Engelen via Digitalmars-d digitalmars-d at puremagic.com
Sat May 21 01:57:57 PDT 2016


On Saturday, 21 May 2016 at 06:18:05 UTC, poliklosio wrote:
>
> I have an Idea of reproducible, less-than-exponential time 
> mangling, although I don't know how actionable.
>
> Leave mangling as is, but pretend that you are mangling 
> something different, for example when the input is
> foo!(boo!(bar!(baz!(int))), bar!(baz!(int)), baz!(int))
> pretend that you are mangling
> foo!(boo!(bar!(baz!(int))), #1, #2)
> Where #1 and #2 are special symbols that refer to stuff that 
> was **already in the name**, particularly:
> #1: bar!(baz!(int))
> #2: baz!(int)

See 
http://forum.dlang.org/post/szodxrizfmufqdkpdryc@forum.dlang.org


More information about the Digitalmars-d mailing list