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]: Commence binfo extraction


> Nathan Sidwell writes:
>  > Hi,
>  > this patch separates binfos from TREE_VECs.  As a stepping stone to turning
>  > a binfo into not-a-tree I've turned it into a new tree node.  I've separated
>  > the uses of tree_type.binfo into those that are as binfos, and those that
>  > are other.  Note the following points,
>  > *) The only two languages that appear to be using binfos are C++ and Java.

Anything that simplifies BINFOs is quite welcome by me - I've
never understood them completely or why we need so many of them
for a given inheritance hierarchy. In any case, I trust that
you'd be updating the relevant documentation pieces also:

  http://gcc.gnu.org/onlinedocs/gccint/Classes.html


Andrew Haley writes:
> This looks OK, but we're trying to track down a recent regression in
> Java.  Would it be a problem to delay for a day or two?

If Andrew is referring to the recent EH regressions in Java,
then rth's patch seems to have solved them on
i686-pc-linux-gnu at least.

My 2p.

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT gmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


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