ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Faster/Changes
(Generate patch)

Comparing Faster/Changes (file contents):
Revision 1.3 by root, Mon Mar 13 17:34:20 2006 UTC vs.
Revision 1.4 by root, Wed Mar 15 02:32:27 2006 UTC

3TODO: optimise common cases of my $self = shift; my ($a,$b,$c) = @_; at function start 3TODO: optimise common cases of my $self = shift; my ($a,$b,$c) = @_; at function start
4 4
50.1 50.1
6 - optimised all PUSHMARKs into a single stack extend per function, 6 - optimised all PUSHMARKs into a single stack extend per function,
7 which hopefully is guarenteed to work. 7 which hopefully is guarenteed to work.
8 - removed $Config{LIBS} from linker call: doesn't seem to be needed, and
9 contains a lot of garbage libs on debian.
8 10
90.01 Thu Mar 9 05:38:46 CET 2006 110.01 Thu Mar 9 05:38:46 CET 2006
10 - original version; cloned from Convert::Scalar 12 - original version; cloned from Convert::Scalar
11 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines