[svn:parrot] r36559 - in trunk/examples: benchmarks library pir
cotto at svn.parrot.org
cotto at svn.parrot.org
Tue Feb 10 23:00:32 UTC 2009
Author: cotto
Date: Tue Feb 10 23:00:31 2009
New Revision: 36559
URL: https://trac.parrot.org/parrot/changeset/36559
Log:
[gc] remove or replace references to DOD
Modified:
trunk/examples/benchmarks/bench_newp.pasm
trunk/examples/benchmarks/gc_alloc_new.pasm
trunk/examples/benchmarks/gc_alloc_reuse.pasm
trunk/examples/benchmarks/gc_generations.pasm
trunk/examples/benchmarks/gc_header_new.pasm
trunk/examples/benchmarks/gc_header_reuse.pasm
trunk/examples/benchmarks/gc_waves_headers.pasm
trunk/examples/benchmarks/gc_waves_sizeable_data.pasm
trunk/examples/benchmarks/gc_waves_sizeable_headers.pasm
trunk/examples/benchmarks/stress.pasm
trunk/examples/benchmarks/stress1.pasm
trunk/examples/benchmarks/stress3.pasm
trunk/examples/library/ncurses_life.pir
trunk/examples/pir/life.pir
trunk/examples/pir/thr-primes.pir
Modified: trunk/examples/benchmarks/bench_newp.pasm
==============================================================================
--- trunk/examples/benchmarks/bench_newp.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/bench_newp.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -20,7 +20,7 @@
=item * the total number of bytes allocated
-=item * the total of DOD runs made
+=item * the total of GC runs made
=item * the total number of collection runs made
@@ -64,7 +64,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 3
print "A total of "
print I1
Modified: trunk/examples/benchmarks/gc_alloc_new.pasm
==============================================================================
--- trunk/examples/benchmarks/gc_alloc_new.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/gc_alloc_new.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -3,7 +3,7 @@
=head1 NAME
-examples/benchmarks/gc_alloc_new.pasm - GC/DOD Benchmark
+examples/benchmarks/gc_alloc_new.pasm - GC Benchmark
=head1 SYNOPSIS
@@ -20,7 +20,7 @@
=item * the total number of bytes allocated
-=item * the total of DOD runs made
+=item * the total of GC runs made
=item * the total number of collection runs made
@@ -60,7 +60,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 3
print "A total of "
Modified: trunk/examples/benchmarks/gc_alloc_reuse.pasm
==============================================================================
--- trunk/examples/benchmarks/gc_alloc_reuse.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/gc_alloc_reuse.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -3,7 +3,7 @@
=head1 NAME
-examples/benchmarks/gc_alloc_reuse.pasm - GC/DOD Benchmark
+examples/benchmarks/gc_alloc_reuse.pasm - GC Benchmark
=head1 SYNOPSIS
@@ -20,7 +20,7 @@
=item * the total number of bytes allocated
-=item * the total of DOD runs made
+=item * the total of GC runs made
=item * the total number of collection runs made
@@ -58,7 +58,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 3
print "A total of "
Modified: trunk/examples/benchmarks/gc_generations.pasm
==============================================================================
--- trunk/examples/benchmarks/gc_generations.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/gc_generations.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -3,7 +3,7 @@
=head1 NAME
-examples/benchmarks/gc_generations.pasm - GC/DOD Benchmark
+examples/benchmarks/gc_generations.pasm - GC Benchmark
=head1 SYNOPSIS
@@ -20,7 +20,7 @@
=item * the total number of bytes allocated
-=item * the total of DOD runs made
+=item * the total of GC runs made
=item * the total number of collection runs made
@@ -96,7 +96,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 3
print "A total of "
Modified: trunk/examples/benchmarks/gc_header_new.pasm
==============================================================================
--- trunk/examples/benchmarks/gc_header_new.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/gc_header_new.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -3,7 +3,7 @@
=head1 NAME
-examples/benchmarks/gc_header_new.pasm - GC/DOD Benchmark
+examples/benchmarks/gc_header_new.pasm - GC Benchmark
=head1 SYNOPSIS
@@ -20,7 +20,7 @@
=item * the total number of bytes allocated
-=item * the total of DOD runs made
+=item * the total of GC runs made
=item * the total number of collection runs made
@@ -100,7 +100,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 3
print "A total of "
Modified: trunk/examples/benchmarks/gc_header_reuse.pasm
==============================================================================
--- trunk/examples/benchmarks/gc_header_reuse.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/gc_header_reuse.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -3,7 +3,7 @@
=head1 NAME
-examples/benchmarks/gc_header_reuse.pasm - GC/DOD Benchmark
+examples/benchmarks/gc_header_reuse.pasm - GC Benchmark
=head1 SYNOPSIS
@@ -19,7 +19,7 @@
=item * the total number of bytes allocated
-=item * the total of DOD runs made
+=item * the total of GC runs made
=item * the total number of collection runs made
@@ -65,7 +65,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 3
print "A total of "
Modified: trunk/examples/benchmarks/gc_waves_headers.pasm
==============================================================================
--- trunk/examples/benchmarks/gc_waves_headers.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/gc_waves_headers.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -3,7 +3,7 @@
=head1 NAME
-examples/benchmarks/gc_waves_headers.pasm - GC/DOD Benchmark
+examples/benchmarks/gc_waves_headers.pasm - GC Benchmark
=head1 SYNOPSIS
@@ -20,7 +20,7 @@
=item * the total number of bytes allocated
-=item * the total of DOD runs made
+=item * the total of GC runs made
=item * the total number of collection runs made
@@ -77,7 +77,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 3
print "A total of "
Modified: trunk/examples/benchmarks/gc_waves_sizeable_data.pasm
==============================================================================
--- trunk/examples/benchmarks/gc_waves_sizeable_data.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/gc_waves_sizeable_data.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -3,7 +3,7 @@
=head1 NAME
-examples/benchmarks/gc_waves_sizeable_data.pasm - GC/DOD Benchmark
+examples/benchmarks/gc_waves_sizeable_data.pasm - GC Benchmark
=head1 SYNOPSIS
@@ -20,7 +20,7 @@
=item * the total number of bytes allocated
-=item * the total of DOD runs made
+=item * the total of GC runs made
=item * the total number of collection runs made
@@ -97,7 +97,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 3
print "A total of "
Modified: trunk/examples/benchmarks/gc_waves_sizeable_headers.pasm
==============================================================================
--- trunk/examples/benchmarks/gc_waves_sizeable_headers.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/gc_waves_sizeable_headers.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -3,7 +3,7 @@
=head1 NAME
-examples/benchmarks/gc_waves_sizeable_headers.pasm - GC/DOD Benchmark
+examples/benchmarks/gc_waves_sizeable_headers.pasm - GC Benchmark
=head1 SYNOPSIS
@@ -20,7 +20,7 @@
=item * the total number of bytes allocated
-=item * the total of DOD runs made
+=item * the total of GC runs made
=item * the total number of collection runs made
@@ -88,7 +88,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 3
print "A total of "
Modified: trunk/examples/benchmarks/stress.pasm
==============================================================================
--- trunk/examples/benchmarks/stress.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/stress.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -12,7 +12,7 @@
=head1 DESCRIPTION
Creates 50 arrays with 10000 elements each, and then prints out the
-total number of DOD runs made.
+total number of GC runs made.
=cut
@@ -49,7 +49,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
end
Modified: trunk/examples/benchmarks/stress1.pasm
==============================================================================
--- trunk/examples/benchmarks/stress1.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/stress1.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -12,7 +12,7 @@
=head1 DESCRIPTION
Creates 500 arrays with 20000 elements each. Prints out the number of
-DOD runs made.
+GC runs made.
=cut
@@ -53,7 +53,7 @@
interpinfo I1, 2
print "\nA total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
dec I20
if I20, mloop
Modified: trunk/examples/benchmarks/stress3.pasm
==============================================================================
--- trunk/examples/benchmarks/stress3.pasm Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/benchmarks/stress3.pasm Tue Feb 10 23:00:31 2009 (r36559)
@@ -15,7 +15,7 @@
=over 4
-=item * the total number of DOD runs made
+=item * the total number of GC runs made
=item * the number of active PMCs
@@ -61,7 +61,7 @@
interpinfo I1, 2
print "A total of "
print I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo I1, 4
print I1
print " active PMCs\n"
Modified: trunk/examples/library/ncurses_life.pir
==============================================================================
--- trunk/examples/library/ncurses_life.pir Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/library/ncurses_life.pir Tue Feb 10 23:00:31 2009 (r36559)
@@ -180,7 +180,7 @@
interpinfo $I1, 2
print "A total of "
print $I1
- say " DOD runs were made"
+ say " GC runs were made"
interpinfo $I1, 3
print "A total of "
Modified: trunk/examples/pir/life.pir
==============================================================================
--- trunk/examples/pir/life.pir Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/pir/life.pir Tue Feb 10 23:00:31 2009 (r36559)
@@ -111,7 +111,7 @@
interpinfo $I1, 2
print "A total of "
print $I1
- print " DOD runs were made\n"
+ print " GC runs were made\n"
interpinfo $I1, 3
print "A total of "
Modified: trunk/examples/pir/thr-primes.pir
==============================================================================
--- trunk/examples/pir/thr-primes.pir Tue Feb 10 22:59:35 2009 (r36558)
+++ trunk/examples/pir/thr-primes.pir Tue Feb 10 23:00:31 2009 (r36559)
@@ -55,8 +55,8 @@
# translate to PIR by leo
# Runs here (i386/linux 256MB mem) w.
-# ARENA_DOD_FLAGS = 1 MAX=500 (~ 95 threads)
-# ARENA_DOD_FLAGS = 0 MAX=1000 (~ 168 threads)
+# ARENA_GC_FLAGS = 1 MAX=500 (~ 95 threads)
+# ARENA_GC_FLAGS = 0 MAX=1000 (~ 168 threads)
.sub _main
More information about the parrot-commits
mailing list