[svn:parrot] r36630 - trunk/languages/dotnet/pmc

cotto at svn.parrot.org cotto at svn.parrot.org
Thu Feb 12 12:28:42 UTC 2009


Author: cotto
Date: Thu Feb 12 12:28:41 2009
New Revision: 36630
URL: https://trac.parrot.org/parrot/changeset/36630

Log:
[gc] update comments with "DOD" in dotnet

Modified:
   trunk/languages/dotnet/pmc/dotnetassembly.pmc
   trunk/languages/dotnet/pmc/dotnetassemblyref.pmc
   trunk/languages/dotnet/pmc/dotnetbytecode.pmc
   trunk/languages/dotnet/pmc/dotnetclassmetadata.pmc
   trunk/languages/dotnet/pmc/dotneteh.pmc
   trunk/languages/dotnet/pmc/dotnetfieldmetadata.pmc
   trunk/languages/dotnet/pmc/dotnetmemberrefmetadata.pmc
   trunk/languages/dotnet/pmc/dotnetmethodmetadata.pmc
   trunk/languages/dotnet/pmc/dotnetparammetadata.pmc
   trunk/languages/dotnet/pmc/dotnettyperefmetadata.pmc
   trunk/languages/dotnet/pmc/managedpointer.pmc

Modified: trunk/languages/dotnet/pmc/dotnetassembly.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotnetassembly.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotnetassembly.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -1755,7 +1755,7 @@
     }
 
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);
@@ -1882,7 +1882,7 @@
         }
 
         /* We create some PMCs that aren't reachable for a while, and GC
-           runs will eat them. Thus we'll block DOD while we do it (and
+           runs will eat them. Thus we'll block GC while we do it (and
            unblock it again later). */
         Parrot_block_GC_mark(INTERP);
 

Modified: trunk/languages/dotnet/pmc/dotnetassemblyref.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotnetassemblyref.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotnetassemblyref.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -13,7 +13,7 @@
 
 pmclass DotNetAssemblyRef dynpmc group dotnet {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);

Modified: trunk/languages/dotnet/pmc/dotnetbytecode.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotnetbytecode.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotnetbytecode.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -13,7 +13,7 @@
 
 pmclass DotNetBytecode dynpmc group dotnet {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);

Modified: trunk/languages/dotnet/pmc/dotnetclassmetadata.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotnetclassmetadata.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotnetclassmetadata.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -13,7 +13,7 @@
 
 pmclass DotNetClassMetadata dynpmc group dotnet {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);

Modified: trunk/languages/dotnet/pmc/dotneteh.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotneteh.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotneteh.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -13,7 +13,7 @@
 
 pmclass DotNetEH dynpmc group dotnet {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);

Modified: trunk/languages/dotnet/pmc/dotnetfieldmetadata.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotnetfieldmetadata.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotnetfieldmetadata.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -13,7 +13,7 @@
 
 pmclass DotNetFieldMetadata dynpmc group dotnet {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);

Modified: trunk/languages/dotnet/pmc/dotnetmemberrefmetadata.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotnetmemberrefmetadata.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotnetmemberrefmetadata.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -13,7 +13,7 @@
 
 pmclass DotNetMemberRefMetadata dynpmc group dotnet {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);

Modified: trunk/languages/dotnet/pmc/dotnetmethodmetadata.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotnetmethodmetadata.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotnetmethodmetadata.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -13,7 +13,7 @@
 
 pmclass DotNetMethodMetadata dynpmc group dotnet {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);

Modified: trunk/languages/dotnet/pmc/dotnetparammetadata.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotnetparammetadata.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotnetparammetadata.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -13,7 +13,7 @@
 
 pmclass DotNetParamMetadata dynpmc group dotnet {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);

Modified: trunk/languages/dotnet/pmc/dotnettyperefmetadata.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/dotnettyperefmetadata.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/dotnettyperefmetadata.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -13,7 +13,7 @@
 
 pmclass DotNetTypeRefMetadata dynpmc group dotnet {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);

Modified: trunk/languages/dotnet/pmc/managedpointer.pmc
==============================================================================
--- trunk/languages/dotnet/pmc/managedpointer.pmc	Thu Feb 12 12:18:43 2009	(r36629)
+++ trunk/languages/dotnet/pmc/managedpointer.pmc	Thu Feb 12 12:28:41 2009	(r36630)
@@ -12,7 +12,7 @@
 
 pmclass ManagedPointer dynpmc group dotnet_runtime {
 
-    /* Instance initialization. We need a custom DOD marking and destroy. */
+    /* Instance initialization. We need a custom GC marking and destroy. */
     void init()
     {
         PObj_custom_mark_SET(SELF);


More information about the parrot-commits mailing list