[MLton] MLton broken FFI on AMD64???

Florian Weimer fw at deneb.enyo.de
Fri Feb 4 12:04:50 PST 2011


* Wesley W. Terpstra:

> ... either we need to add another tag to imports like:
> _import "printf" stdarg : ... ;
> ... or we should just always set rax for every FFI call on AMD64?

The latter is what libffi is doing, FWIW.  Given that varargs are
somewhat complicated and expensive on amd64 anyway, this shouldn't
matter much.



More information about the MLton mailing list