2 Jul
2001
2 Jul
'01
4:04 p.m.
On Fri, 29 Jun 2001, Alexander Frink wrote:
I expect similar results for a GiNaC in double-precision mode.
Alternatively emit the file, automatically add the necessary boilerplate, compile it and link it back in using dlopen(3). On systems that support dlopen, such as Linux, with a little effort the whole procedure can be entirely autmated, as far as I can see.
I think it is worth writing a prototype for this and include it in the distribution (or at least documentation) if it is generic enough. cint can use a similar trick (#pragma compile).
Hi, thinking about it, I believe that an automated approach based on dlopen is indeed the better alternative. Stefan