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: [rfc] coalesce stack slots


> More a curiousity, but is there a specific reason for not using Nathan's
> VECs here?
> 

VEC's are ggc_alloc'd, this has a very well defined lifetime, and uses
xmalloc.

No thing should be gc alloced before it's time :)


> Giovanni Bajo
> 
-- 


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