This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: [RFC] Contributing tree-ssa to mainline


On 19 Jan 2004, Tom Tromey wrote:
> Right now I think the tree-ssa benefits to Java are more potential
> than actual.  In the future we hope to get array bounds check
> elimination, elimination of redundant type checks, and perhaps
> elimination of redundant class initialization.

Improved null pointer checking in tree-ssa may already help Java.  The RTL
optimization did not handle aggregates well, as in:

  s->a = 1; if (s != NULL) ...

Jeff


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