Re: JVM Language Summit happenings...

2009-09-19 Thread Patrick Wright
On Sat, Sep 19, 2009 at 6:02 PM, Mohamed Bana wrote: > Hello, > > Thanks for sharing the slides. > > It'd be great if the talks were downloadable like Lang.NET. They have been recorded, by InfoQ I think. Should be available shortly. Most of the ones from last year were available within a few week

Re: instruction timings / optimization ?

2009-09-19 Thread James Ladd
Hi All, I do believe getting the timings is possible. >From working in x86 assembler I know that there are ways to get timings from your own code, so finding out the timings for the bytecode execution would require instrumenting the bytecode execution routines and carrying out a test. I'll loo

Re: instruction timings / optimization ?

2009-09-19 Thread Charles Oliver Nutter
On Sat, Sep 19, 2009 at 11:43 AM, John Rose wrote: > Indeed:  Google "hotspot disassembler", or look at these links: > >   http://wikis.sun.com/display/HotSpotInternals/PrintAssembly >   http://kenai.com/projects/base-hsdis > > It's a separate plugin rather than a built-in feature, for reasons of

Re: instruction timings / optimization ?

2009-09-19 Thread John Rose
On Sep 19, 2009, at 11:00 AM, Emmanuel Castro wrote: > Is there a not too complicated way to get the x86 (or other > processor) instructions produced by the JVM? > > Maybe there is a link to some Wiki explaining that? Indeed: Google "hotspot disassembler", or look at these links: http://w

Re: instruction timings / optimization ?

2009-09-19 Thread Emmanuel Castro
Is there a not too complicated way to get the x86 (or other processor) instructions produced by the JVM? Maybe there is a link to some Wiki explaining that? 2009/9/19 Charles Oliver Nutter > On Fri, Sep 18, 2009 at 4:52 PM, James Ladd > wrote: > > 1. Is there a document that details each VM in

Re: hg: mlvm/mlvm/jdk: callcc: new implementation

2009-09-19 Thread Emmanuel Castro
I plan to test it soon. Dear Mr Stadler, what is your reference compile environment for the patch? Linux? Solaris? 32bit? 64bit? I would like to start testing with the same one. Merci d'avance. 2009/9/19 > > > Changeset: 9c5f72a3578d > Author:lstadler > Date: 2009-09-19 01:00 +0200 >

Re: JVM Language Summit happenings...

2009-09-19 Thread Mohamed Bana
Hello, Thanks for sharing the slides. It'd be great if the talks were downloadable like Lang.NET . John Rose wrote: Folks, the informal "proceedings" of the JVM Language Summit (including slides in many cases) may be accessed in real time throug