Previous: Building the Mes interpreter, Up: Working on Mes [Contents][Index]
The whole bootstrapping process takes long time to run, that’s why it’s important for Mes to be as fast as possible, while still being simple.
make -f simple.make benchmark
Runs a simple benchmark for the Mes interpreter and dump the results in
benchmark/out. That should be enough for testing if your changes
affected its performance. Make sure to run them before and after your
change, and saving the results, as the makefile will overwrite them.