MLton runs fine on the S390 architecture.
Notes
-
When compiling for S390, MLton doesn’t support native code generation (
-codegen native). Hence, performance is not as good as it might be and compile times are longer. Also, the quality of code generated bygccis important. By default, MLton callsgcc -O1. You can change this by calling MLton with-cc-opt -O2.