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

Comparing Faster/Changes (file contents):
Revision 1.1 by root, Thu Mar 9 04:41:21 2006 UTC vs.
Revision 1.5 by root, Sat Feb 21 05:55:52 2009 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
4
50.1
6 - optimised all PUSHMARKs into a single stack extend per function,
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.
10 - port to 5.10.0's xsub changes.
2 11
30.01 Thu Mar 9 05:38:46 CET 2006 120.01 Thu Mar 9 05:38:46 CET 2006
4 - original version; cloned from Convert::Scalar 13 - original version; cloned from Convert::Scalar
5 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines