Java: array clean up and store check optimization
Alexandre Petit-Bianco
apbianco@cygnus.com
Wed Feb 20 07:08:00 GMT 2002
Bryce McKinlay writes:
> bootstrapped and regtested on i686 and PowerPC Linux. OK to commit?
This is a really interesting patch, thanks a lot for writing it. My
only concerns is that in the past we had problems with recognizing
arrays constructs in certain situations, with or without bound checks,
when generating bytecodes or going natives, etc...
Some of these are in our test suite. My question is, where you able to
run regressions, testing the combinations of the new flags?
> Index: lang-options.h
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/java/lang-options.h,v
> retrieving revision 1.28
> diff -c -r1.28 lang-options.h
> *** lang-options.h 2001/08/09 04:19:12 1.28
> --- lang-options.h 2002/02/20 00:58:06
> ...
> ***************
> *** 54,56 ****
> --- 56,60 ----
> N_("Always check for non gcj generated classes archives") },
> { "-fno-optimize-static-class-initialization",
> N_("Never optimize static class initialization code") },
> + { "-findirect-dispatch",
> + N_("Use offset tables for virtual method calls") },
Does this hunk belong to this patch?
./A
More information about the Java-patches
mailing list