Re: Rewriting the GC

2002-04-01 Thread Patrick Tullmann
Erik wrote: The big problem with walking the stack isn't the Java stack as much as the native stack. You could walk the Java parts precisely, and the native bits conservatively, but I don't know what you'd win anything by doing this. OK, I'm not so familiar with the way Java

Re: Rewriting the GC

2002-04-01 Thread Erik Corry
On Mon, Apr 01, 2002 at 11:10:18AM -0700, Patrick Tullmann wrote: Erik wrote: The big problem with walking the stack isn't the Java stack as much as the native stack. You could walk the Java parts precisely, and the native bits conservatively, but I don't know what you'd win anything