On Tue, 2010-09-28 at 08:57 +0700, Chanwit Kaewkasi wrote: > Hi Christian, > > On Mon, Sep 27, 2010 at 20:20, Christian Thalinger > <[email protected]> wrote: > > On Mon, 2010-09-27 at 19:52 +0700, Chanwit Kaewkasi wrote: > >> I hope you find it useful somehow and any feedback is very welcome! > >> > >> http://dl.dropbox.com/u/381580/vmil10_kaewkasi_revised.pdf > > > > Nice read. It would be very interesting why Monte Carlo behaves like > > that. Did you look closer at it? > > No, I haven't. If you have some a good trick to hunt this kind of > bottle necks, I am glad to hear about it.
I'd start using -XX:+PrintCompilation -XX:+PrintInlining to see what gets compiled and what not, and why not. Maybe there are also deopts. We'll see. -- Christian _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
