This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [JAVA PATCH] Enable more array bounds check elimination
- From: Andrew Haley <aph at redhat dot com>
- To: Roger Sayle <roger at nextmovesoftware dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 23 Feb 2016 09:56:02 +0000
- Subject: Re: [JAVA PATCH] Enable more array bounds check elimination
- Authentication-results: sourceware.org; auth=none
- References: <74FFBDDA-D906-470D-A7BA-559AAD71E76A at nextmovesoftware dot com>
On 22/02/16 23:02, Roger Sayle wrote:
> Please point me towards any relevant postings (of yours) on the subject of
> gcj bounds check elimination, as I'd love to catch up on current thinking.
I'm not sure that there are any, really. The discussions I can
remember were all done in person, and I didn't get positive
feedback about the idea of adding to the type system in GCC's
middle end.
Incidentally, we have been talking about EOL for GCJ for some years
now. GCC 6 will very likely be the last GCJ.
Andrew.