what's about char[] array/string reusing?
Create only a char array for each unique templatetext node.
-> 10 x char[] jspx_text_1 = "something\n";
1 x char[] jspx_text_1 = "something\n";
Won't the VM do that internally ?
Since apparently you have examined that issue in detail already, maybe you can give more details :)
- What exactly did you implement ?
- What's the code it generates ? Does it also merge the TemplateText nodes ?
- Did it improve performance ? For example, if you try to run the test I gave, what kind of performance increase do you see ?
Remy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]