OK, I have learnt something about llvm from this thread, thanks.<br><br>As a side note:<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">> 2) When I unwind, the stack gets popped but it would make sense to pass some<br></div>Passing extra info on the stack doesn't make much sense because the stack<br>gets popped...<br></blockquote>
</div><br>I don't know how llvm implements unwind, but in principle it is possible to walk (and pop) the stack to the right point, then push a parameter, then push the proper return address, then return.<br><br>But nevermind me, I don't know how llvm works anyway.
<br clear="all"><br>-- <br>Sébastien Loisel<br><br>