[kaffe] PS2/Linux patch take 3 / PS2/Linux patch take 4
Patrick Tullmann
tullmann@cs.utah.edu
Sun, 16 Jun 2002 15:40:24 -0600
Dylan wrote:
> Anyway, I revised the patch again. This time the code just checks
> for _R5900 ( This is the PS2 MIPS Core ).
The "PS2LINUX" #define was much more readable... :) Probably
deserves at least a comment in common.h.
> + #ifdef _R5900
> + #undef THREADSTACKSIZE
> + #define THREADSTACKSIZE (128 * 1024)
> + #endif
That's a fairly gigantic stack size for each thread. Is there a
PS2-specific requirement for that? Or did the interpreter just blow
up too often with a lower stack size? (BTW, how big is a JMP_BUF on
the MIPS?)
-Pat
----- ----- ---- --- --- -- - - - - -
Pat Tullmann tullmann@cs.utah.edu
Does the name `Pavlov' ring a bell?