Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / RunningOnAlpha.adoc
CommitLineData
7f918cf1
CE
1RunningOnAlpha
2==============
3
4MLton runs fine on the Alpha architecture.
5
6== Notes ==
7
8* When compiling for Alpha, MLton doesn't support native code
9generation (`-codegen native`). Hence, performance is not as good as
10it might be and compile times are longer. Also, the quality of code
11generated by `gcc` is important. By default, MLton calls `gcc -O1`.
12You can change this by calling MLton with `-cc-opt -O2`.
13
14* When compiling for Alpha, MLton uses `-align 8` by default.