[MLton-user] timing anomoly
Florian Weimer
fw at deneb.enyo.de
Mon Dec 3 14:05:28 PST 2007
* Sean McLaughlin:
> I found some very strange behavior of mlton while running some
> floating point experiments. The attached file evaluates some
> polynomials and returns them. If you multiply a value by a single
> argument, it multiplies by 10 the performance time of the entire
> function.
It seems as if the inline limit exceeded after the change. Try
something like "-inline 500" and see if it improves performance.
More information about the MLton-user
mailing list