Re: [pypy-dev] performance problems with Krakatau

2014-01-16 Thread Maciej Fijalkowski
On Wed, Jan 15, 2014 at 7:20 PM, Robert Grosse wrote: > Oh sorry, I forgot about that. > > You need to find the rt.jar from your Java installation and pass the path on > the command line. For example, if it's located in C:\Program > Files\Java\jre7\lib, you could do > python -i Krakatau\decompile.

Re: [pypy-dev] performance problems with Krakatau

2014-01-16 Thread Maciej Fijalkowski
Hi Robert. This is going to be a long mail, so bear with me :) The first take away is that pypy warmup is atrocious (that's unimpressive, but you might be delighted to hear I'm working on it right now, except I'm writing this mail). It's quite a bit of work, so it might or might not make it to th

Re: [pypy-dev] performance problems with Krakatau

2014-01-16 Thread Robert Grosse
Hi, thanks for looking into it! Feel free to use it as a benchmark. I'll also look into the problems you mentioned to see if I can make future versions of Krakatau faster. On Thu, Jan 16, 2014 at 8:51 AM, Maciej Fijalkowski wrote: > Hi Robert. > > This is going to be a long mail, so bear with m