- From: Terje Bless <link@tss.no>
- Date: Tue, 7 Sep 1999 07:42:50 +0200
- To: W3C Validator <www-validator@w3.org>
On 06.09.99 at 01:05, Gerald Oskoboiny <gerald@w3.org> wrote: >I also applied some patches that Maldwyn Morris sent in a long >time ago, so now it works with -w and 'use strict'. It runs, but it isn't taking full advantage of block scoped lexicals. To improve performance and reduce memory consumption, you should split more things into subroutines, name more things inside the subs, pass any globals (by reference) into the sub, and get rid of as many globals as possible. If ever run under Apache mod_perl, that things is leaking memory like there is no tomorrow and even as you currently run it it is using excessive amounts of memory. I'll fix some of this as I do other things to "check", and supply patches, but it either has to be done a little at a time or with a complete rewrite. A single patch to deal with only this is not feasible. -- *** I just switched to a new email client. *** If you see any format problems in this message, yell. Loudly! :-) -link
Received on Tuesday, 7 September 1999 02:14:07 UTC