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

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

[Dotgnu-pnet-commits] CVS: pnet/cscc/common cc_main.c,1.25,1.26


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/common cc_main.c,1.25,1.26
Date: Thu, 13 Feb 2003 23:04:51 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/common
In directory subversions:/tmp/cvs-serv22377/cscc/common

Modified Files:
        cc_main.c 
Log Message:


Don't pre-validate library images, to reduce the memory hit of
loading libraries into the compiler.


Index: cc_main.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/common/cc_main.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** cc_main.c   1 Feb 2003 06:36:47 -0000       1.25
--- cc_main.c   14 Feb 2003 04:04:49 -0000      1.26
***************
*** 347,352 ****
        /* Attempt to load the image */
        loadError = ILImageLoadFromFile(path, CCCodeGen.context, &image,
!                                                                       
IL_LOADFLAG_FORCE_32BIT |
!                                                                       
IL_LOADFLAG_PRE_VALIDATE, 1);
        if(loadError == 0)
        {
--- 347,351 ----
        /* Attempt to load the image */
        loadError = ILImageLoadFromFile(path, CCCodeGen.context, &image,
!                                                                       
IL_LOADFLAG_FORCE_32BIT, 1);
        if(loadError == 0)
        {





reply via email to

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