<div class="gmail_quote">On Sat, Jun 5, 2010 at 7:44 PM, Gabriel Dos Reis <span dir="ltr"><<a href="mailto:gdr@integrable-solutions.net">gdr@integrable-solutions.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">my question is: is there anything that can be done for fast module</div>
loading?</blockquote></div><div><br></div><div>The obvious thing would be to have data already there in memory. I am working towards building more and more data as C "static const" data: all numbers and strings are already like that. Some time ago I did experiments on achieving the same with arbitrary data and results were mixed. In any case it is not something as simple as writing one function and you are done: this is what you pay for having absolutely relocatable data vs. loadable memory images with fixed addresses.</div>

<div><br></div>Juanjo<div><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://tream.dreamhosters.com">http://tream.dreamhosters.com</a><br>
</div>