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: [PING] Interprocedural Constant Propagation for mainline


On Tue, Jun 28, 2005 at 10:14:42PM -0400, Diego Novillo wrote:
> The only thing I'm not too convinced about is the separation of
> float and integer constants.

I wonder if she originally ran into GC problems and this was
her way around it?  Though I wouldn't expect any of the 
data structures to be live outside the pass, and thus should
not be affected by GC in any way...


r~


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