dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] pnet/engine jitc_setup.c


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnet/engine jitc_setup.c
Date: Tue, 16 Jan 2007 10:26:12 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnet
Changes by:     Klaus Treichel <ktreichel>      07/01/16 10:26:12

Modified files:
        engine         : jitc_setup.c 

Log message:
        I should have tried the default configuration first.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/engine/jitc_setup.c?cvsroot=dotgnu-pnet&r1=1.21&r2=1.22

Patches:
Index: jitc_setup.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/jitc_setup.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- jitc_setup.c        16 Jan 2007 06:46:08 -0000      1.21
+++ jitc_setup.c        16 Jan 2007 10:26:12 -0000      1.22
@@ -234,11 +234,13 @@
                jit_dump_function(stdout, jitCoder->jitFunction, methodName);
                ILMutexUnlock(globalTraceMutex);
        }
+#endif /* _IL_JIT_DUMP_FUNCTION */
 #endif
        if(!jit_function_compile(jitCoder->jitFunction))
        {
                return IL_CODER_END_TOO_BIG;
        }
+#if !defined(IL_CONFIG_REDUCE_CODE) && !defined(IL_WITHOUT_TOOLS) && 
defined(_IL_JIT_ENABLE_DEBUG)
 #ifdef _IL_JIT_DISASSEMBLE_FUNCTION
        if(jitCoder->flags & IL_CODER_FLAG_STATS)
        {
@@ -246,7 +248,7 @@
                jit_dump_function(stdout, jitCoder->jitFunction, methodName);
                ILMutexUnlock(globalTraceMutex);
        }
-#endif
+#endif _IL_JIT_DISASSEMBLE_FUNCTION
 #endif
 #ifdef IL_JIT_ENABLE_CCTORMGR
        /* Unlock the context because we possibly have to build cctors before */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]