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

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

[dotgnu-pnet-commits] pnet ChangeLog engine/jitc.c


From: Heiko Weiss
Subject: [dotgnu-pnet-commits] pnet ChangeLog engine/jitc.c
Date: Fri, 14 Sep 2007 09:37:30 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    pnet
Changes by:     Heiko Weiss <brubbel>   07/09/14 09:37:30

Modified files:
        .              : ChangeLog 
        engine         : jitc.c 

Log message:
        enabling jit optimizing locals by default

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ChangeLog?cvsroot=dotgnu-pnet&r1=1.3496&r2=1.3497
http://cvs.savannah.gnu.org/viewcvs/pnet/engine/jitc.c?cvsroot=dotgnu-pnet&r1=1.74&r2=1.75

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.3496
retrieving revision 1.3497
diff -u -b -r1.3496 -r1.3497
--- ChangeLog   14 Sep 2007 00:55:41 -0000      1.3496
+++ ChangeLog   14 Sep 2007 09:37:29 -0000      1.3497
@@ -1,3 +1,6 @@
+2007-09-14  Heiko Weiss <address@hidden>
+* engine/jitc.c: enabling jit optimizing locals by default.
+
 2007-09-11  Ivan de Jesus Deras Tabora  <address@hidden>
        * engine/cvm.h: Define the new cvm opcode COP_PREFIX_CALL_VIRTGEN to
        call a instance of a virtual generic method.
@@ -1983,7 +1986,7 @@
        * engine/jitc.c, engine/jitc_call.c: Call internal fuctions now directly
        for normal calls and ctors.
        
-2006-03-19  Rainer Größlinger  <address@hidden>
+2006-03-19  Rainer Gr��linger  <address@hidden>
 
        * libgc/Makefile.am, libgc/Makefile.direct, libgc/Makefile.in,
        libgc/allchblk.c, libgc/alloc.c, libgc/configure, libgc/configure.in,
@@ -2954,12 +2957,12 @@
        * csant/csant_dir.c: Prevent prepending of pathname if filename starts 
with
        a drive specification on windows in CSAntDirCombine.
 
-2005-08-03  Rainer Größlinger  <address@hidden>
+2005-08-03  Rainer Gr��linger  <address@hidden>
 
        * libffi/include/Makefile.am, libffi/include/Makefile.in: ffitarget.h is
        installed in $(includedir)/pnet now. (applied by Klaus Treichel)
 
-2005-08-02  Rainer Größlinger  <address@hidden>
+2005-08-02  Rainer Gr��linger  <address@hidden>
 
        * doc/cvmdoc.py: replace module regex by re. (applied by Klaus Treichel)
 
@@ -2967,7 +2970,7 @@
 
        * ilalink/link_main.c: Add missing newline to error message.
 
-2005-08-01  Rainer Größlinger <address@hidden>
+2005-08-01  Rainer Gr��linger <address@hidden>
 
        * doc/pnetasm.texi: remove incorrect @. (applied by Klaus Treichel)
 
@@ -3171,7 +3174,7 @@
 
        * engine/lib_string.c: change String.Replace so that a new string is
        created only if a replacement has to be done.  Changed the off by one
-       bug (thx. to Erich Kitzmüller) that fixed the problem.
+       bug (thx. to Erich Kitzm�ller) that fixed the problem.
 
 2005-03-06  Klaus Treichel  <address@hidden>
 

Index: engine/jitc.c
===================================================================
RCS file: /sources/dotgnu-pnet/pnet/engine/jitc.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- engine/jitc.c       17 Aug 2007 20:17:22 -0000      1.74
+++ engine/jitc.c       14 Sep 2007 09:37:29 -0000      1.75
@@ -62,6 +62,7 @@
  * To enable parameter / locals optimizations uncomment the following define.
  */
 /* #define _IL_JIT_OPTIMIZE_LOCALS 1 */
+#define _IL_JIT_OPTIMIZE_LOCALS 1
 
 /*
  * To defer the initialization of the locals uncomment the following define.




reply via email to

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