From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2007-08-22 17:59:25


Hi!

Bill Lear schrieb:
> The issue was a very deeply nested graph that caused lots of calls to
> the serialization methods of nested classes that would terminate after
> a very long chain, and then pop the stack back. I recoded to unroll
> loops of these chains "by hand" and got around it.

Maybe it's worth to try turning template/function inlining on even for
debug builds.

Frank