| Monolith User Guide | Megadon | Construction | User Guide | Pictures | Home |
References and Related Info |
Getting an Account:under constructionCompiler OptimizationsThe following flags will improve performance on any modern processor (Athlon or PentiumII/III/IV). Add the following line to your Makefile (or just type the stuff after the equals sign after thegcc command).
CFLAGS = -s -O3 -fomit-frame-pointer -Wall -mpentiumpro -march=pentiumpro -malign-functions=4 -funroll-loops -fexpensive-optimizations -malign-double -fschedule-insns2 -mwide-multiply
|
hbar.wustl.edu>