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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_coder.h,1.34,1.35


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_coder.h,1.34,1.35
Date: Fri, 27 Dec 2002 07:25:11 -0500

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

Modified Files:
        il_coder.h 
Log Message:


Inline 2-D array accesses with new CVM instructions, which speeds up the Float
benchmark in PNetMark quite considerably.


Index: il_coder.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_coder.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** il_coder.h  15 Nov 2002 01:37:42 -0000      1.34
--- il_coder.h  27 Dec 2002 12:25:09 -0000      1.35
***************
*** 95,98 ****
--- 95,104 ----
  #define       IL_INLINEMETHOD_STRING_GET_CHAR         8
  #define       IL_INLINEMETHOD_TYPE_FROM_HANDLE        9
+ #define       IL_INLINEMETHOD_GET2D_INT                       10
+ #define       IL_INLINEMETHOD_GET2D_OBJECT            11
+ #define       IL_INLINEMETHOD_GET2D_DOUBLE            12
+ #define       IL_INLINEMETHOD_SET2D_INT                       13
+ #define       IL_INLINEMETHOD_SET2D_OBJECT            14
+ #define       IL_INLINEMETHOD_SET2D_DOUBLE            15
  
  /*




reply via email to

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