<div class="gmail_quote">On Thu, Mar 8, 2012 at 4:30 PM, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com">clattner@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ok.  Thanks for being methodical!</blockquote></div><br><div>For what its worth, I'm going to get the code-size down before I move forward with committing this. The optimizer should be doing a bit better job here. ;] There are lots of places where we lookup constant-sized entities in a string map, and for those cases, we don't emit very good code even if they aren't (at the moment) hot.</div>
<div><br></div><div>I'll re-run my experiment once I've done the best I can there, and commit if the numbers are at least no worse. I don't expect any change in run-time though, as it seems that the hot path doesn't currently overlap with the poorly optimized path.</div>