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][plugin] Export constant pool


2009/7/15 Olatunji Ruwase <tjruwase@google.com>:

> 2009-07-15  Olatunji Ruwase  <tjruwase@google.com>
>
> 	* cgraph.h(const_desc_htab): Change from static to global.
> 	* varasm.c(const_desc_htab): Change from static to global.

Space before '('.

I would much rather add external accessor functions to
const_desc_htab in varasm.c than add a new global.  We have too
many already.


Diego.


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