This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][LTO] Move C++ change to fld
- From: Diego Novillo <dnovillo at google dot com>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 1 Sep 2009 08:51:10 -0400
- Subject: Re: [PATCH][LTO] Move C++ change to fld
- References: <alpine.LNX.2.00.0909011322330.28140@zhemvz.fhfr.qr>
On Tue, Sep 1, 2009 at 07:23, Richard Guenther<rguenther@suse.de> wrote:
>
> Â Â Â Â* tree.c (free_lang_data): Reset fold_obj_type_ref langhook.
>
> Â Â Â Âcp/
> Â Â Â Â* cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Define again.
Actually, with free-lang-data in trunk, I've introduced a gimple
version of this langhook. It turns out that we do not need a lot of
binfo data to do this folding (just BINFO_VIRTUALS, which is a list of
decls).
It will cause fewer merge conflicts if you leave it the way it was,
though I have other conflicts I think, so it shouldn't be a big deal.
Diego.