<div class="gmail_quote">On Mon, Feb 14, 2011 at 10:30 AM, Marko Kocić <span dir="ltr"><<a href="mailto:marko.kocic@gmail.com">marko.kocic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":17l">c:\development\cvstree\ecl-shootout>ecl -norc -load compile.lisp -eval<br>
"(create-exec \"n-body\")" -eval "(quit)"<br>
;;; Loading "c:/development/cvstree/ecl-shootout/compile.lisp"<br>
;;; Loading #P"c:/opt/ecl/cmp.fas"<br>
;;;<br>
;;; Compiling n-body.<br>
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0<br></div></blockquote></div><div><br></div>This does not mean it is ignored. This line shows the compiler settings _before_ beginning to compile the file. Changes after that are not reflected in the log, but definitely are taken into account -- a simpler check is that you actually populate the file with functions and compile using (compile-file .. :c-file t) . You will notice that the intermediate C file differs depending on the declaim options.<div>

<br></div><div>Juanjo<br clear="all"><br>-- <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>