You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matthew Fluet edited this page May 26, 2017
·
3 revisions
Branches
The master branch contains mlton-parmem. To compile the old mlton-spoonhower, build the legacy/mlton-spoonhower branch
To build
From scractch, just type make all-no-docs to build the compiler. The
compiler will then be located in build/bin/mlton-parmem. Note that
you cannot use a -j argument to parallelize compilation as the
Makefile does not support this.
If you just modified the runtime, recompile it alone with make
runtime. You can use a -j argument for runtime compilation only.
If you just modified the basis or schedulers, recompile them (really, just reinstall them in the build directory) alone with make basis.