You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/10/06 08:23:06 UTC

svn commit: r453509 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_main.cpp

Author: geirm
Date: Thu Oct  5 23:23:05 2006
New Revision: 453509

URL: http://svn.apache.org/viewvc?view=rev&rev=453509
Log:
some helpful hints for those that follow


Modified:
    incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_main.cpp

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_main.cpp
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_main.cpp?view=diff&rev=453509&r1=453508&r2=453509
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_main.cpp (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_main.cpp Thu Oct  5 23:23:05 2006
@@ -63,6 +63,11 @@
 #endif
 
 static StaticInitializer vm_initializer;
+
+/*
+ * The VM's global environment.  Extern declared in init.h
+ * @TODO - make this per-VM
+ */
 tl::MemoryPool m;
 Properties properties;
 Global_Env env(m, properties);