<div dir="ltr">On Sun, Jun 30, 2013 at 3:12 AM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.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">Hi,<br>
<br>
The attached patch enables tail calls for every target that hasn't<br>
explicitly been marked as bad (iOS < 5.0). This amounts to any ELF<br>
target and being more liberal on some ghost MachO targets (e.g.<br>
arm-apple-darwin9) that no-one probably cares about.<br>
<br>
I think the ELF side is justified because the required linker support<br>
is there in the ARM ELF specification so anywhere it doesn't work has<br>
a broken linker. I've also tested it on Linux and our MCJIT dynamic<br>
loader with no issues.<br>
<br>
Does anyone object to the change?<br></blockquote><div><br></div><div style>Minor nit-pick: I think that it would be "cleaner" to actually set the default to true in the initializeEnvironment function, and allow the iOS targets override it as per the iOS version.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Cheers.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tim.<br>
</font></span><br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br>-- <br>Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org
</div></div>