[dmd-internals] Windows DMD development is now impossible

Walter Bright walter at digitalmars.com
Tue Jun 11 14:50:31 PDT 2013


On 6/11/2013 2:08 PM, Martin Nowak wrote:
> On 06/11/2013 10:06 AM, Walter Bright wrote:
>>
>> Maybe we can avoid generating a mangled name for a template if it is an 
>> eponymous one that evaluates to a manifest constant? This will save a ton of 
>> memory. 
> What could you use as hash key other than the mangling?


Even just hashing the deco strings for the type arguments would be enough to way 
cut down on the lookup times.


More information about the dmd-internals mailing list