Re: Goops Valgrind

2008-09-13 Thread Andy Wingo
On Thu 11 Sep 2008 23:06, Neil Jerram [EMAIL PROTECTED] writes: Classes that are not metaclasses allocate their instances using light structs. So the object layout goes like this: the vtable word the data word

advice on reducing C stack frame size?

2008-09-13 Thread Andy Wingo
Hi, With a local patch, it seems that my C stack frames are getting large enough to start hitting the stack overflow checks. (In the future this won't be a terrible problem, as you won't be recursively calling the evaluator the the vm then the evaluator etc too much, but while we still have a