On Sun, Nov 13, 2011 at 7:06 PM, Eric Marsden <eric.mars...@free.fr> wrote:

> The bytecode disassembly of my function is below. However, the function
>  works fine when byte-compiled, only segfaulting when using the C
>  compiler. I haven't managed to obtain disassembly when compiled via C.
>

Sorry, what I meant was the C disassembly. You get it with

(require :cmp)
(disassemble '(lambda (...) ..))

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.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to