Re: jit2h.pl incredibly slow!

2002-01-20 Thread Daniel Grunblatt
Now it should be back to something "normal". Daniel Grunblatt. On Sun, 13 Jan 2002, Daniel Grunblatt wrote: > It's slow because it calls Parrot::Jit::Assemble ~1time for each opcode > and that implies calls to as and objdump. > > Daniel Grunblatt. > > > On Sat, 12 Jan 2002, Simon Glover wrote:

Re: jit2h.pl incredibly slow!

2002-01-13 Thread Daniel Grunblatt
It's slow because it calls Parrot::Jit::Assemble ~1time for each opcode and that implies calls to as and objdump. Daniel Grunblatt. On Sat, 12 Jan 2002, Simon Glover wrote: > > The latest version of jit2h.pl is taking a very long time to run on my > machine - upwards of two minutes, which is

jit2h.pl incredibly slow!

2002-01-12 Thread Simon Glover
The latest version of jit2h.pl is taking a very long time to run on my machine - upwards of two minutes, which is longer than the rest of the build put together! It doesn't appear to be broken, as Parrot still builds fine, but it is rather annoying. Any idea what's causing this slow-down