Tests were conducted on an HP Pavilion zt3000 with 1.5GHz Pentium M.
The test measures the reduction of a 10 minute data file with the
-deep option.


Code Generation			Execution	VIRT	RES
				Time (s)
------------------------------	---------	------	-----

SUN Java 1.4.2			143.3		1163M	92M
			
GCC
+ O3				183.4
+ fno-bounds-check
+ ffast-math			145.0
+ funsafe-math-optimizations
+ fno-math-errno
+ fno-trapping-math		145.0

+ march=pentium-m		135.0		199M	184M
  (pentium-3)			139.7

