[Mono-list] compiler status on linux
Paolo Molaro
lupus@ximian.com
Fri, 11 Jan 2002 21:04:53 +0100
Here is the result of some tests I just run on linux.
I compiled the mcs/tests/* and mono/tests/* programs
with csc/mcs on win32 and with mcs on linux. Not all of them
compiled on linux (and not all of them ran correctly), but
it's getting better day by day.
First series of tests: compiled on windows with csc (mono tests)
and with mcs (mcs tests) and then run on linux.
| test count | interp | jit
mcs tests | 70 | 58 | 49
mono tests | 80 | 53 | 48 *
*) about 60 tests were actually compiled
And now the same tests compiled and run on linux:
| test count | compiled | interp | jit
mcs tests | 70 | 34 | 22 | 21
mono tests | 80 | 39 | 22 | 22
As you can see only about half of the test were compiled
(and about 60% of these ran correctly in both the interp and the jit).
lupus
--
-----------------------------------------------------------------
lupus@debian.org debian/rules
lupus@ximian.com Monkeys do it better