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.2567,1.2568


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet ChangeLog,1.2567,1.2568
Date: Wed, 16 Jul 2003 19:44:17 -0400

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

Modified Files:
        ChangeLog 
Log Message:


Add the function "ILTypeFindOrCreateArray", which will attempt to locate an
array type in the synthetic hash before creating a new one; this is used to
prevent unlimited memory growth in loop bodies that allocate arrays.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2567
retrieving revision 1.2568
diff -C2 -r1.2567 -r1.2568
*** ChangeLog   16 Jul 2003 14:26:19 -0000      1.2567
--- ChangeLog   16 Jul 2003 23:44:14 -0000      1.2568
***************
*** 1,3 ****
--- 1,12 ----
  
+ 2003-07-17  Rhys Weatherley  <address@hidden>
+ 
+       * engine/lib_array.c, engine/lookup.c, engine/verify_ptr.c,
+       image/meta_types.c, include/il_types.h: add the function
+       "ILTypeFindOrCreateArray", which will attempt to locate an
+       array type in the synthetic hash before creating a new one;
+       this is used to prevent unlimited memory growth in loop bodies
+       that allocate arrays.
+ 
  2003-07-16  Rhys Weatherley  <address@hidden>
  





reply via email to

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