This is the mail archive of the gcc@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]

Re: build tree nodes vs expand as you go


> What are the trade-offs here?
> 
> At first glance expanding them directly looks a little simpler,
> but I'm worried I may be missing something...

If you don't emit trees, you won't be able to use tree-based optimizations.
OTOH, you save some memory during compile time.

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