optimized child template code generation. we now have zero overhead for the most...
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 11 Apr 2008 11:47:22 +0000 (13:47 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 11 Apr 2008 11:47:22 +0000 (13:47 +0200)
commit75cfb865e43821ad91a11b3119ea30efb305753f
tree05a5992824595414ec433266d71c5def7381e359
parent2ba4c92f5e6bce36596d77482d6381f0036c0f89
optimized child template code generation.  we now have zero overhead for the most common inheritance case

--HG--
branch : trunk
jinja2/compiler.py
jinja2/runtime.py
test.py