Discussion:
Compiler issues with large templates
Malthe Borch
2008-10-13 17:40:42 UTC
Permalink
Wiggy has identified a "weakness" in the current compiler setup. If
the template translates to source code with more conditionals than the
current stack size limit, the compiler breaks.

The long-term solution would be to minimize these "jump targets" by
issuing function calls to carry out conditionals outside the main
function scope; short-term is to rebuild Python with a higher stack
limit.

I'll investigate further on the long-term solution.

\malthe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "z3c.pt" group.
To post to this group, send email to ***@googlegroups.com
To unsubscribe from this group, send email to z3c_pt+***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/z3c_pt?hl=en
-~----------~----~----~----~------~----~------~--~---

Loading...