Re: FFI callback is broken in last git version
Florian Weimer <[email protected]> Thu, 29 Sep 2016 09:54:26 +0200
| Newsgroups | gmane.comp.lang.ml.mlton.user |
|---|---|
| Message-ID | <[email protected]> |
> By the way, what does "reentrant" do? > I guess it turns GC, among other things. At least this seemed to me when I > was exploring rare segmentation faults with MLton 20130715. It performs additional bookkeeping required so that C code can safely call back into SML code. This has some overhead, so it is not enabled by default. -- You received this message because you are subscribed to the Google Groups "MLton-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. ------------------------------------------------------------------------------