This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Reduce memory usage and compile time necessary for pruning


On 03/13/06 10:56, Daniel Berlin wrote:
> On Mon, 2006-03-13 at 10:35 -0500, Diego Novillo wrote:
>> Perhaps the bits will prove easier.  But I'm not sure.
>> 
>> 
> My problem with the bits is that it will increase the size of the 
> structures because there is no space left in them, and that affects 
> every operand :(
> 
Hmm, right.  Then we could probably just examine the LHS of 'STORE =
STORE' expressions, which should only be those that have CALL_EXPR on
the RHS.

Since there shouldn't be many of those, we could factor out the routines
that gather symbols from memory expressions in the operand scanner.
Yucky, but I don't see too many other options.  It shouldn't impact
compile times too much (this situation shouldn't be too common).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]