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: [tuples] gimple-tuples-branch created


> The problem with unioning them is that then you need a tag and
> *another* function to tell the GC which member of the union is live.

Hmmmm, I'd like to compare memory usage as we go, so it may be better
to use the union.

> Also, gsi_stmt_ptr should eventually return a non-tree (it should
> return a struct gimple_stmt *)
> Of course, you can't make it do that yet.

Right, but I'd have to change sooo much code to get that working just yet.

Aldy


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