From: Weilei Zhang Date: April 3, 2006 4:30:46 PM EDT Benchmarks for project 2 1. how to run mtrt: at the directory /grad/cs515/spec_jvm98, run ./run1.sh -s1 _227_mtrt ./run1.sh -s10 _227_mtrt ./run1.sh -s100 _227_mtrt 2 muffin muffin is located at /grad/cs515/spec_jvm98/muffin-0.9.3a. Please copy them out for installation. How to run muffin on linux(or unix) * `cd' to the top-level your muffin directory and execute `./configure'. * Compile muffin using `make'. (requires GNU make) This will compile all the java source files and create `muffin.jar'. * Edit Makefile and change the fifth line "prefix=/usr/local", please change "/usr/local" to a directory you can write, named as "YourDirectory". * Type `make install' to install `muffin.jar' and `muffin'. By default a `muffin' shell script is installed in YourDirectory/bin and `muffin.jar' is installed in YourDirectory/lib. * Go to YourDirectory/bin and edit muffin the 22th line should be prefix=YourDirectory * Start muffin by typing the command muffin * For analysis, the main class is org.doit.muffin.Main