new codegen
Stephen Weeks
MLton@sourcelight.com
Mon, 13 Aug 2001 16:29:44 -0700
> In the hedings it says
>
> mlton == new codegen, -native-live-stack true
> mlton-stable == mlton-20010806
> mlton-old == new codegen, -native-live-stack false
..
> The relevant part of the run time table is
>
> benchmark MLton stable MLton old MLton
> tailfib 16.7 25.1 19.9
As I said, this should be
benchmark MLton stable-MLton old-MLton
tailfib 16.7 25.1 19.9
Matthew just wrote a bit too quickly when he wrote the explanation above, which
should have said
mlton == new codegen, -native-live-stack true
stable-MLton == mlton-20010806
old-MLton == new codegen, -native-live-stack false