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: LLVM/GCC Integration Proposal


Tom Tromey writes:
 > 
 > Java is fairly dynamic, as I'm sure you know.  So, I'm much more
 > interested in the JITting possibilities than in link time
 > optimizations; the latter is cool and probably useful to embedded
 > users of gcj, but I'd imagine for all our recent binary compatibility
 > deployments we would just end up ignoring it.

Kinda.  Much runtime is spent inside the language core of libgcj, and
that would benefit greatly from aggressive IPA.

Andrew.


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