On Sat, 16 Jun 2001, Casey Lucas wrote:
> > Jasper already understands what things like <jsp:useBean> do, and it
> > generates specialized code to implement the required functionality (rather
> > than treating it like a custom tag).
>
> right. i thought he might be refering to custom tags. that's where my
> concern was. for the standard stuff, i'm sure we can inline / optimize
> plenty.
I'm refering to inlining some common custom tags, with an eye toward more
complex optimizations. My bet is that rewriting the output system plus
inlining for/if and few other tags would get us the most gains.
Costin