This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: question about ecj integration
David Daney writes:
> Tom Tromey wrote:
>
> > - StringBuffer handling, currently we'll see a performance regression
> > could be handled by ad hoc optimization pass
> >
>
> Let me start by saying that I know absolutely nothing about how ecj
> works, but...
>
> Would it make any sense to add one or more hooks in the internals of ecj
> where we could add extra gcj/libgcj specific optimizers like
> StringBuffer optimizations?
We can do things like that with annotations, but let's not get too far
head of ourselves!
Andrew.