[svn:parrot] r43659 - branches/kill_array_pmc/runtime/parrot/library

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Jan 31 10:05:06 UTC 2010


Author: bacek
Date: Sun Jan 31 10:04:48 2010
New Revision: 43659
URL: https://trac.parrot.org/parrot/changeset/43659

Log:
Replace one more Array with RPA in Range

Modified:
   branches/kill_array_pmc/runtime/parrot/library/Range.pir

Modified: branches/kill_array_pmc/runtime/parrot/library/Range.pir
==============================================================================
--- branches/kill_array_pmc/runtime/parrot/library/Range.pir	Sat Jan 30 21:52:49 2010	(r43658)
+++ branches/kill_array_pmc/runtime/parrot/library/Range.pir	Sun Jan 31 10:04:48 2010	(r43659)
@@ -131,7 +131,7 @@
 =cut
 
 .sub get_minmax :method
-  $P1 = new 'Array'
+  $P1 = new 'ResizablePMCArray'
   $P1 = 2
   .local pmc min, max
   min = self.'get_min'()


More information about the parrot-commits mailing list