Re: Jasper34: static output changes

2001-06-16 Thread cmanolache
On Sat, 16 Jun 2001, Casey Lucas wrote: > > Jasper already understands what things like 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

Re: Jasper34: static output changes

2001-06-16 Thread Casey Lucas
"Craig R. McClanahan" wrote: > > On Sat, 16 Jun 2001, Casey Lucas wrote: > > > > > [EMAIL PROTECTED] wrote: > > > > > > On Fri, 15 Jun 2001, Casey Lucas wrote: > > > > > > > > > > > Costin, > > > > > > > > sounds good. > > > > > > > > btw, when do you think the generator code in 34 will settle

Re: Jasper34: static output changes

2001-06-16 Thread Craig R. McClanahan
On Sat, 16 Jun 2001, Casey Lucas wrote: > > [EMAIL PROTECTED] wrote: > > > > On Fri, 15 Jun 2001, Casey Lucas wrote: > > > > > > > > Costin, > > > > > > sounds good. > > > > > > btw, when do you think the generator code in 34 will settle down > > > a little? > > > > Soon :-) > > > > There

Re: Jasper34: static output changes

2001-06-16 Thread cmanolache
On Sat, 16 Jun 2001, Casey Lucas wrote: > ok. just let me know when you think it's appropriate to > start adding some tag optimizations. I assume the changes will be local to 2-3 generators and runtime. We should be able to have them in parallel, it would generate some conflicts in cvs but we c

Re: Jasper34: static output changes

2001-06-15 Thread Casey Lucas
[EMAIL PROTECTED] wrote: > > On Fri, 15 Jun 2001, Casey Lucas wrote: > > > > > Costin, > > > > sounds good. > > > > btw, when do you think the generator code in 34 will settle down > > a little? > > Soon :-) > > There is only one more change in the generator layout - switching to > a "visitor

Re: Jasper34: static output changes

2001-06-15 Thread cmanolache
On Fri, 15 Jun 2001, Casey Lucas wrote: > > Costin, > > sounds good. > > btw, when do you think the generator code in 34 will settle down > a little? Soon :-) There is only one more change in the generator layout - switching to a "visitor" pattern, with the tree representation of the page se

Re: Jasper34: static output changes

2001-06-15 Thread Casey Lucas
Costin, sounds good. btw, when do you think the generator code in 34 will settle down a little? -casey [EMAIL PROTECTED] wrote: > > Ok, time to discuss the first mini-optimization. > > Right now jasper has 2 ways to output data - one is the common > out.println("String "); > > The other (

Re: Jasper34: static output changes

2001-06-15 Thread Glenn Nielsen
+1 [EMAIL PROTECTED] wrote: > > Ok, time to discuss the first mini-optimization. > > Right now jasper has 2 ways to output data - one is the common > out.println("String "); > > The other ( not very used ) is using an additional file to store the > strings, and it's enabled by "largefile" opti

Jasper34: static output changes

2001-06-15 Thread cmanolache
Ok, time to discuss the first mini-optimization. Right now jasper has 2 ways to output data - one is the common out.println("String "); The other ( not very used ) is using an additional file to store the strings, and it's enabled by "largefile" option. The output system is probably the most