NAME
examples/benchmarks/stress3.pasm - GC stress-testing
SYNOPSIS
% time ./parrot examples/benchmarks/stress3.pasm
DESCRIPTION
Creates a lot of PMCs, and then prints out some statistics indicating:
- the total number of GC runs made
- the number of active PMCs
- the total number of PMC created
Note that a command-line argument of 1 is supposed to cause the PMCs to be destroyed before a 2nd loop is run. However, this seems to be broken at the moment:
FixedPMCArray: Entry not an integer!
SEE ALSO
examples/benchmarks/stress.pasm, examples/benchmarks/stress.pl, examples/benchmarks/stress1.pasm, examples/benchmarks/stress1.pl, examples/benchmarks/stress2.pasm, examples/benchmarks/stress2.pl, examples/benchmarks/stress3.pasm.