<div dir="ltr">On Tue, Jun 11, 2013 at 6:06 PM, Walter Bright <span dir="ltr"><<a href="mailto:walter@digitalmars.com" target="_blank">walter@digitalmars.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br></div>
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.<div class="HOEnZb"><div class="h5"><br></div></div></blockquote>
<div><br></div><div style>For templates that do not generate any symbols, we could treat the instantiations like a cache and limit the total number stored.  The rest can then be GCed.</div></div></div></div>