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


> This may get a pretty conservative answer here if the above code is
> common, possibly waste a lot of memory and compile time.

It is pretty common for the Ada compiler, we have dozens of similar ICEs in 
our internal testsuite at the moment.

> The only way i can think of to determine which vdefs are from the lhs of
> a call is to temporarily move the call clobbered bitmap out of the way,
> call update_stmt, and see what vdefs are left.
>
> It scares me that this even popped into my head.

Thanks for your feedback. :-)

-- 
Eric Botcazou


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