This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [JAVA PATCH] Enable more array bounds check elimination


On 02/22/2016 06:10 PM, roger@nextmovesoftware.com wrote:
> Please let me know what you think (for stage 1 once it reopens)?

It's an interesting approach.  I have a few times discussed with
optimization people the idea of marking some fields as "effectively
const" so that we can do the bounds check elimination.  However, these
discussions came to naught.

I take it that this only really works with new arrays?

Thanks,

Andrew.


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