another limit check bug

Henry Cejtin henry@sourcelight.com
Mon, 26 Nov 2001 12:00:36 -0600


But if we are in C code then a context-switch isn't going to happen.
Is this just a matter of changing the check
	frontier + (b) > gcState.limit
to
	frontier + bytes > gcState.stackLimi