[LLVMdev] Introducing myself, and Java project.

Pekka Enberg penberg at cs.helsinki.fi
Mon Feb 4 00:13:53 PST 2008


Hi Ramon,

On Feb 4, 2008 5:09 AM, Ramón García <ramon.garcia.f+llvm at gmail.com> wrote:
> Java code is particular hard to optimize because any function call is
> a virtual function call. Is inlining posible?

It's possible if you do "method devirtualization" optimization first.
No idea if LLVM supports that, though.

                        Pekka




More information about the llvm-dev mailing list