You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/05/30 15:05:57 UTC

svn commit: r542813 - /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h

Author: varlax
Date: Wed May 30 06:05:56 2007
New Revision: 542813

URL: http://svn.apache.org/viewvc?view=rev&rev=542813
Log:
Enabled lazy resolution in JET

Modified:
    harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h

Modified: harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h?view=diff&rev=542813&r1=542812&r2=542813
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h (original)
+++ harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h Wed May 30 06:05:56 2007
@@ -133,7 +133,7 @@
     {
         m_pmfPipeline = NULL;
         m_pmf = NULL;
-        m_lazy_resolution = false;
+        m_lazy_resolution = true;
         m_compileHandle = NULL;
     }