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] Fix ICE in get_memory_rtx


> I disagree.  That's precisely the intended idiom and what's done in most
> parts of the compiler.

It's not true anymore nowadays though:

eric@linux:~/svn/gcc/gcc> grep tree_low_cst *.c | wc -l
259
eric@linux:~/svn/gcc/gcc> grep TREE_INT_CST_LOW *.c | wc -l
264

> It's meant as "data hiding".

Yes, but this particular example is really inefficient.

-- 
Eric Botcazou


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