This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] Centralize knowledge of eh personality routines
- From: Andrew Haley <aph at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: Wed, 13 Oct 2010 09:53:48 +0100
- Subject: Re: [RFC] Centralize knowledge of eh personality routines
- References: <4CB4E841.1090308@redhat.com>
On 10/12/2010 11:59 PM, Richard Henderson wrote:
> The driver for this patch is SEH, which will add yet another function
> name variant in each of these places in each front end. While I could
> adjust each language appropriately, it seems to me that it is a bit
> cleaner to centralize this knowledge.
>
> The next possibly objectionable point is including dwarf2.h in tree.h.
> I went ahead and did this because in the past we had talked about using
> the dwarf language enum in LTO. I could see eliminating the hackish
> language_string -> enum mapping that is done in dwarf2out.c as well.
>
> Comments? Objections?
Sounds good.
Andrew.