[svn:parrot] r37189 - trunk/docs/pdds

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Mar 8 02:11:40 UTC 2009


Author: jkeenan
Date: Sun Mar  8 02:11:39 2009
New Revision: 37189
URL: https://trac.parrot.org/parrot/changeset/37189

Log:
Correct extensive line length to conform to coding standard for PDDs.

Modified:
   trunk/docs/pdds/pdd09_gc.pod

Modified: trunk/docs/pdds/pdd09_gc.pod
==============================================================================
--- trunk/docs/pdds/pdd09_gc.pod	Sun Mar  8 01:53:38 2009	(r37188)
+++ trunk/docs/pdds/pdd09_gc.pod	Sun Mar  8 02:11:39 2009	(r37189)
@@ -83,11 +83,11 @@
 
 =head3 Stop-the-world
 
-A common disadvantage of a simple mark implementation is that the entire system
-(including all threads that use the same memory pools) must be suspended while
-the whole memory set is examined during marking and collection.  Normal
-operation continues only after the whole GC cycle is performed. This can lead
-to arbitrarily long pauses during program execution.
+A common disadvantage of a simple mark implementation is that the entire
+system (including all threads that use the same memory pools) must be
+suspended while the whole memory set is examined during marking and
+collection.  Normal operation continues only after the whole GC cycle is
+performed. This can lead to arbitrarily long pauses during program execution.
 
 =head3 Incremental
 


More information about the parrot-commits mailing list