[svn] r5807: nemerle/trunk/ncc/typing/TyVar.n

malekith svnadmin at nemerle.org
Wed Oct 5 22:24:07 CEST 2005


Log:
Kill TyVar reuse queue for each initalization.

Author: malekith
Date: Wed Oct  5 22:24:07 2005
New Revision: 5807

Modified:
   nemerle/trunk/ncc/typing/TyVar.n

Modified: nemerle/trunk/ncc/typing/TyVar.n
==============================================================================
--- nemerle/trunk/ncc/typing/TyVar.n	(original)
+++ nemerle/trunk/ncc/typing/TyVar.n	Wed Oct  5 22:24:07 2005
@@ -1051,6 +1051,11 @@
     {
       CopyFrom (other);
     }
+
+    static this ()
+    {
+      Passes.OnInit += fun () { reuse_queue = null; }
+    }
     #endregion
 
 



More information about the svn mailing list