# New Ticket Created by  Leopold Toetsch 
# Please include the string:  [perl #15714]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15714 >


Hi,

iteration count is a factor of 10 to big, or my 800 MHz machine is too 
slow ;-)

leo


-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/31823/26491/d2974e/mops.pl.diff

--- parrot/examples/mops/mops.pl        Fri Dec 28 00:56:21 2001
+++ parrot-007/examples/mops/mops.pl    Sun Jul 28 10:09:25 2002
@@ -16,7 +16,7 @@
 
 $I2 = 0;                      # set    I2, 0
 $I3 = 1;                      # set    I3, 1
-$I4 = 100000000;              # set    I4, 100000000
+$I4 = 10000000;              # set    I4, 10000000
                               #
 print "Iterations:    $I4\n"; # print  "Iterations:    "
                               # print  I4

Reply via email to