This patch assumes that '/usr/bin/python' exists, of course ...

Index: examples/mops/mops.py
===================================================================
RCS file: /cvs/public/parrot/examples/mops/mops.py,v
retrieving revision 1.2
diff -u -u -r1.2 mops.py
--- examples/mops/mops.py       13 Dec 2002 21:39:58 -0000      1.2
+++ examples/mops/mops.py       18 Feb 2003 21:02:19 -0000
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/python
 #
 # mops.py
 #


The latest Parrot builds work well on my old machine, and the speed of
imcc with the '-j' flag is astounding ....

$  ./languages/imcc/imcc -j examples/assembly/mops.pasm 
Iterations:    100000000
Estimated ops: 200000000
Elapsed time:  0.544097
M op/s:        367.581552
$

These numbers are from an old 200 MHz Pentium. The other mops tests
aren't even close ...

Art Haas
-- 
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759

Reply via email to