Re: jthread deadlock?

1999-03-29 Thread Alexandre Oliva
On Mar 27, 1999, Godmar Back [EMAIL PROTECTED] wrote: I don't agree. The wouldlosewakeup mechanism works if interrupts are disabled, if I get it right. This is a piece of code from interrupt(): * if (intsDisabled()) { if (wouldlosewakeup)

Re: m68k: getting there - slowly

1999-03-29 Thread Kiyo Inaba
It also assumes that the arguments are located at a well-known offset from the top of the stack. This is not true if you save and restore d2-d7/a2-a5 as I mention above. Yes, of course. The other minor problem is current jit code does not construct proper frame, and when I was in trampoline,