<div dir="ltr"><br><div class="gmail_extra">On Wed, Jun 5, 2013 at 8:06 PM, Eli Friedman <span dir="ltr"><<a href="mailto:eli.friedman@gmail.com" target="_blank">eli.friedman@gmail.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>(1) has a substantial impact on memory usage (something like 1% on Cocoa.h), so I'd like to avoid it if possible.</div>
</div></blockquote><div><br></div><div style>They must be a large fraction of our total memory if an alignment change like that can cause such a large overall impact on memory usage. What fraction of these TypeLoc's do we actually use?</div>
<div style><br></div><div style>Aren't TypeLoc's primarily used for diagnostics? (and I presume debug info?) Why are we creating so many in the first place during a normal run of the compiler? Could we generate them lazily?</div>
<div style><br></div><div style>-- Sean Silva </div></div></div></div>