[vmkit-commits] [vmkit] r120116 - /vmkit/branches/precise/lib/Mvm/Compiler/JIT.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Nov 24 13:39:05 PST 2010


Author: geoffray
Date: Wed Nov 24 15:39:05 2010
New Revision: 120116

URL: http://llvm.org/viewvc/llvm-project?rev=120116&view=rev
Log:
Re-enable gcmalloc inlining.


Modified:
    vmkit/branches/precise/lib/Mvm/Compiler/JIT.cpp

Modified: vmkit/branches/precise/lib/Mvm/Compiler/JIT.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/precise/lib/Mvm/Compiler/JIT.cpp?rev=120116&r1=120115&r2=120116&view=diff
==============================================================================
--- vmkit/branches/precise/lib/Mvm/Compiler/JIT.cpp (original)
+++ vmkit/branches/precise/lib/Mvm/Compiler/JIT.cpp Wed Nov 24 15:39:05 2010
@@ -200,8 +200,7 @@
     "ILorg_vmmagic_unboxed_ObjectReference_2";
   if (dlsym(SELF_HANDLE, MMTkSymbol)) {
     // If we have found MMTk, read the gcmalloc function.
-    // TODO: re-enable this.
-    //mvm::mmtk_runtime::makeLLVMFunction(module);
+    mvm::mmtk_runtime::makeLLVMFunction(module);
   }
 #endif
   mvm::llvm_runtime::makeLLVMModuleContents(module);





More information about the vmkit-commits mailing list