<div class="gmail_quote">On Sun, Nov 13, 2011 at 7:06 PM, Eric Marsden <span dir="ltr"><<a href="mailto:eric.marsden@free.fr">eric.marsden@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":u0">The bytecode disassembly of my function is below. However, the function<br>
 works fine when byte-compiled, only segfaulting when using the C<br>
 compiler. I haven't managed to obtain disassembly when compiled via C.<br></div></blockquote></div><div><br></div>Sorry, what I meant was the C disassembly. You get it with<div><br></div><div>(require :cmp)</div><div>

(disassemble '(lambda (...) ..))</div><div><br></div><div>This will give us a clue about the quality of the generated code -- I am asking because in my OS X it looks just fine.</div><div><br></div><div>Juanjo<br clear="all">

<div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>