22 Aug
2007
22 Aug
'07
9:59 p.m.
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