> That's pretty easy -- just put an #ifdef where the
> optimizations are done.
> I believe it's all in:
>
>    void
>    ElemTemplateElement::postConstruction();
>
> Isn't that the same thing as turning off optimizations in a
> compiler when doing a debug build?
>
> Dave

That's why everything works fine in a debug build but goes to hell in
a release build :-)

Yeah, I'll consider doing that but I'd also like to get a
TraceListener event at the end of each executed template and, if I add
that feature, I will be able to build my own call stack anyway and
won't be so tied to the implementation details of the VariableStack.

Cheers,
Brian

Reply via email to