Re: [PATCH] PPC JIT failure for t/pmc/threads_8.pasm

2004-10-29 Thread Leopold Toetsch
Jeff Clites <[EMAIL PROTECTED]> wrote: > I was getting a failure under JIT on PPC for t/pmc/threads_8.pasm, and > the problem turned out to be that emitting a restart op takes 26 > instructions, or 104 bytes, and we were hitting the grow-the-arena > logic just shy of what would have triggered a res

[PATCH] PPC JIT failure for t/pmc/threads_8.pasm

2004-10-29 Thread Jeff Clites
I was getting a failure under JIT on PPC for t/pmc/threads_8.pasm, and the problem turned out to be that emitting a restart op takes 26 instructions, or 104 bytes, and we were hitting the grow-the-arena logic just shy of what would have triggered a resize, then running off the end. The below p