These are notes on 1) where I got the interpreters (and some more stuff I looked at) from 2) how I compiled the benchmarks on SimpleScalar 3) how I ran the benchmarks These notes are not very well organized, are specific to our setup and may be incomplete. If you have any trouble, feel free to contact me: anton@mips.complang.tuwien.ac.at I downloaded this stuff from 506 wget ftp://ftp.inria.fr/lang/caml-light/ocaml-2.04.tar.gz 507 wget http://www.neci.nj.nec.com/homepages/kelsey/scheme48-0.53.tgz 508 wget ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/101/mzscheme/mzscheme.src.unix.tar.gz 509 wget http://www.ncc.up.pt/~vsc/Yap/Yap4.3/Yap4.3.0.tar.gz 510 wget ftp://ftp.inria.fr/INRIA/Projects/SOR/users/piumarta/squeak/SqueakV2.sources.gz 511 wget ftp://ftp.inria.fr/INRIA/Projects/SOR/users/piumarta/squeak/Squeak2.7.image.gz 513 wget ftp://ftp.inria.fr/INRIA/Projects/SOR/users/piumarta/squeak/Squeak2.7.changes.gz http://www.neci.nj.nec.com/homepages/sandiway/pappi/tty/index.html http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/prolog/code/bench/ ftp://ftp.gwdg.de/pub/languages/wu-wien/Prolog/benchmarks.tar.gz ftp://ftp.gwdg.de/pub/languages/wu-wien/Prolog/tick-benchmarks.tar.gz http://sunsite.org.uk/packages/prolog-pd-software/peirera.tar.Z YAP: CC=/news/a7dave/clean/compiler/gcc ac_cv_sizeof_double='8' ac_cv_sizeof_float='4' ac_cv_sizeof_int='4' ac_cv_sizeof_int_p='4' ac_cv_sizeof_long_int='4' ac_cv_sizeof_long_long_int='8' ac_cv_sizeof_short_int='2' ac_cv_sys_restartable_syscalls='yes' ac_cv_func_mmap='no' ac_cv_func_sbrk='no' ac_cv_func_getcwd=no ../configure --host=sslittle-na-sstrix YAP-sw: CC=/news/a7dave/clean/compiler/gcc yap_cv_threaded_code=no ac_cv_sizeof_double='8' ac_cv_sizeof_float='4' ac_cv_sizeof_int='4' ac_cv_sizeof_int_p='4' ac_cv_sizeof_long_int='4' ac_cv_sizeof_long_long_int='8' ac_cv_sizeof_short_int='2' ac_cv_sys_restartable_syscalls='yes' ac_cv_func_mmap='no' ac_cv_func_sbrk='no' ac_cv_func_getcwd=no ../configure --host=sslittle-na-sstrix YAP benchmark: /news/a7dave/clean/compiler/simplesim-2.0/sim-safe ./yap <