<div dir="ltr"><div class="gmail_quote">2011/3/7 Orna Agmon Ben-Yehuda <span dir="ltr">&lt;<a href="mailto:ladypine@gmail.com">ladypine@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div dir="ltr"><br><br><div class="gmail_quote"><div class="im">On Mon, Mar 7, 2011 at 12:18 PM, Muli Ben-Yehuda <span dir="ltr">&lt;<a href="mailto:muli@il.ibm.com" target="_blank">muli@il.ibm.com</a>&gt;</span> wrote:<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Mon, Mar 07, 2011 at 12:11:36PM +0200, Erez D wrote:<br>
<br>
&gt; I have a function which is not called in a regular way, so gcc<br>
&gt; thinks it is dead code.  however it is not, and i am looking for a<br>
&gt; way to tell the linker not to remove it.<br>
<br>
</div>extern<br>
<br>
<br></blockquote></div><div>And set the function pointer to a global variable, so that the linker cannot know if the value is used or not.</div><div>This trick I learned from Nadav Har&#39;El worked through many compilers and linkers over the past decade. </div>
</div></div></blockquote><div><br></div><div>I wonder if link time optimization[1] would be able to catch this trick and remove the dead code after all.</div><div><br></div><div>The smarter the compiler become, the smarter we should trick them into unexpected behavior</div>
<div><br></div><div>[1] <a href="http://gcc.gnu.org/wiki/LinkTimeOptimization">http://gcc.gnu.org/wiki/LinkTimeOptimization</a></div></div></div>