<div class="gmail_quote">On Sat, Jan 23, 2010 at 5:13 PM, Juan Jose Garcia-Ripoll <span dir="ltr"><<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div class="im">Inlining C code is not easy, but it is somehow working right now. The things are getting hairy enough that I had to ditch macros in favor of "static inline" C functions. This means the code may be faster or slower depending on what your compiler supports. However I am pretty confident that all GCC variants, MSVC and Sun's compiler do support "inline" in one form or another.</div>
</div></blockquote><div></div></div><div><br></div>The code is now in CVS. It should be tested tonight. Next thing should be finding out the keywords for "inline" in other compilers so that all platforms benefit from this and we can use this now portable feature (part of C99) to speed up other parts of ECL.<div>
<br>Juanjo<div><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>
</div></div>