Browse thread
Re: Dynamic loading. Again.
- Ken Wakita
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2000-11-28 (21:25) |
From: | Ken Wakita <wakita@i...> |
Subject: | Re: Dynamic loading. Again. |
Partial functions are implemented by auxiliary functions (such as caml_curry_n_m) produces in an auxiliary C file. Extensive calls to them in PIC scheme may incur some performance degradation. Under UNIX you could use the -dstartup option to let the ocamlopt compiler leave the auxiliary C file under the temporary directory (in my configuration /tmp). Ken