>
> much better, thanks ken. it'll be even faster when this ToDo item gets
> done :)
>
> - Apache::PerlRun::flush_namespace should be re-written in c
>
>
Just a few weeks ago I have rewritten the Embperl cleanup in C and it's
really much much faster now!
I append my source, maybe it helpfull fo
On Mon, 29 Jan 2001, Ken Williams wrote:
> I know it's a nitpick, but the following is a bit faster (about 35%
> faster according to Benchmark) and a little clearer to read:
much better, thanks ken. it'll be even faster when this ToDo item gets
done :)
- Apache::PerlRun::flush_namespace shoul
dougm 01/01/29 14:13:45
Modified:lib/Apache PerlRun.pm
Log:
enhanced 'prototype mismatch' fix
Revision ChangesPath
1.36 +1 -1 modperl/lib/Apache/PerlRun.pm
Index: PerlRun.pm
===
RCS file
[EMAIL PROTECTED] wrote:
> --- PerlRun.pm 2001/01/12 15:45:12 1.34
> +++ PerlRun.pm 2001/01/29 21:51:30 1.35
> @@ -340,7 +340,12 @@
> if (defined &$fullname) {
> no warnings;
> local $^W = 0;
> -*{$fullname} = sub {};
> +
dougm 01/01/29 13:51:30
Modified:.Changes ToDo
lib/Apache PerlRun.pm
Log:
avoid 'prototype mismatch' warnings in Apache::PerlRun::flush_namespace
Revision ChangesPath
1.577 +3 -0 modperl/Changes
Index: Changes