bench.txt                        Copyright (c) 1994,96 xTech Ltd
----------------------------------------------------------------

			Benchmarks
			----------

The directory samples\simple contains
	dry.mod 	dhrystone test (Modula-2)
	dry.c           dhrystone test (C)
	whet.mod        whetstone test (Modula-2)

These test can be used to compare different platforms and different
compilers.  We include dry.c test to make it possible to compare
the quality of the generated code with C compilers.

Enclosed are result of comparision between our compiler and
several C compilers. All tests were made on 486DX2-66 PC.
All possible optimizations for each compiler were turned on.

Compiler         Dhrystones/second	Compiler options
--------------------------------------------------------------
XDS 2.12             117 K                (see below)
Watcom 10.0          105 K                -ox -oa -4r -oe=500 -zp4
MSVC 2.0              84 K                /Ox /Oa
Symantec 6.1          51 K		   -o+all

For our compiler the following project file was used:
------------------------------
+alignment
+procinline
+noptralias
-checkindex
-checkrange
-checknil
-checkdiv
-ioverflow
-coverflow
!module dry.mod
------------------------------

			[end of document]
