Hi,

Something curious.

Gforth is an extremely fast forth in most ways.

But the dynamic library calls seem to be painfully slow.

I'm using commands like:

   library mylibrary mylibrary.so

and importing funcs, as in:

   2 (int) mylibrary myfunc myfunc

In fact, the calls to shared lib functions are so slow that gforth ends up running way slower than even FICL, which as a C-based forth is itself pretty slow.

Can anyone offer any insights on why these dynlib calls are so slow, or any ideas on how to speed things up?

--
Cheers
David

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to