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

Comparing Faster/Changes (file contents):
Revision 1.2 by root, Mon Mar 13 16:59:35 2006 UTC vs.
Revision 1.4 by root, Wed Mar 15 02:32:27 2006 UTC

1Revision history for Perl extension Faster 1Revision history for Perl extension Faster
2
3TODO: optimise common cases of my $self = shift; my ($a,$b,$c) = @_; at function start
2 4
30.1 50.1
4 - optimised all PUSHMARKs into a single stack extend per function, 6 - optimised all PUSHMARKs into a single stack extend per function,
5 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.
6 10
70.01 Thu Mar 9 05:38:46 CET 2006 110.01 Thu Mar 9 05:38:46 CET 2006
8 - original version; cloned from Convert::Scalar 12 - original version; cloned from Convert::Scalar
9 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines