Backport from sid to buster
[hcoop/debian/mlton.git] / doc / guide / src / RunningOnPowerPC.adoc
CommitLineData
7f918cf1
CE
1RunningOnPowerPC
2================
3
4MLton runs fine on the PowerPC architecture.
5
6== Notes ==
7
8* When compiling for PowerPC, MLton targets the 32-bit PowerPC
9architecture.
10
11* When compiling for PowerPC, MLton doesn't support native code
12generation (`-codegen native`). Hence, performance is not as good as
13it might be and compile times are longer. Also, the quality of code
14generated by `gcc` is important. By default, MLton calls `gcc -O1`.
15You can change this by calling MLton with `-cc-opt -O2`.
16
17* On the PowerPC, the <:GnuMP:> library supports multiple ABIs. See
18the <:GnuMP:> page for more details.