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: More DOM memory reductions


On Mon, 2004-09-20 at 21:47, Daniel Berlin wrote:
> On Mon, 2004-09-20 at 21:17 -0600, Jeffrey A Law wrote:
> > And the never ending task continues.
> > 
> > This patch moves equivalences from a pass-local varray table in DOM
> > to a first class field within the SSA_NAME structure.
> 
> Can you please add comments to  the fields and macros you added to
> tree.h before you commit it?
Nuts.  Already committed.  I'll include them in my next change,
which should either be using the information to seed CCP (assuming
that shows some kind of improvement) or a revamping of vrp_data.

jeff



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