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

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

[Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2014,1.2015


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2014,1.2015
Date: Fri, 20 Dec 2002 08:19:20 -0500

Update of /cvsroot/dotgnu-pnet/pnet
In directory subversions:/tmp/cvs-serv11684

Modified Files:
        ChangeLog 
Log Message:


Introduce a __asm__ hack to prevent "COP_LDC_I4_0" from being
tail-combined with "COP_MK_LOCAL_1".  Such tail combination confuses
the x86 unroller on some platforms.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2014
retrieving revision 1.2015
diff -C2 -r1.2014 -r1.2015
*** ChangeLog   20 Dec 2002 09:37:47 -0000      1.2014
--- ChangeLog   20 Dec 2002 13:18:56 -0000      1.2015
***************
*** 1,3 ****
--- 1,10 ----
  
+ 2002-12-20  Rhys Weatherley  <address@hidden>
+ 
+       * engine/cvm_var.c, engine/mklabel.sh: introduce a __asm__ hack
+       to prevent "COP_LDC_I4_0" from being tail-combined with
+       "COP_MK_LOCAL_1".  Such tail combination confuses the x86 unroller
+       on some platforms.
+ 
  2002-12-20  Gopal.V  <address@hidden>
        




reply via email to

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