On Fri, Feb 15, 2013 at 12:02 PM, Nicolas Frisby <span dir="ltr">&lt;<a href="mailto:nicolas.frisby@gmail.com" target="_blank">nicolas.frisby@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div>Thanks for rallying everyone! I made a bit of a breakthrough while trying to pinpoint where the linker is invoked.</div><div> </div><div>Here&#39;s the situation:</div><div> </div><div>  * If I use nofib&#39;s &quot;make&quot; command to build the text, the executable does not have the function symbols in its .text section. The .o files do have them.</div>



<div> </div><div>  * If I use ghc --make instead, the symbols survive in the executable.</div><div> </div><div>I&#39;m not up to sleuthing out the details at the moment. Should I open a Trac ticket?</div></div></blockquote>

<div><br></div><div>Sounds like make for nofib strips the executables after they are created. That probably makes sense if nofib also measures executable sizes, but it might screw you up here. Using ghc --make (command copied form whatever nofib uses) is probably the right thing to do while you&#39;re debugging any performance issues. </div>

</div>