ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Faster/Changes
Revision: 1.6
Committed: Sat Feb 21 08:27:38 2009 UTC (15 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-0_1, HEAD
Changes since 1.5: +1 -1 lines
Log Message:
rel-0_1

File Contents

# Content
1 Revision history for Perl extension Faster
2
3 TODO: optimise common cases of my $self = shift; my ($a,$b,$c) = @_; at function start
4
5 0.1 Sat Feb 21 09:26:42 CET 2009
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.
11
12 0.01 Thu Mar 9 05:38:46 CET 2006
13 - original version; cloned from Convert::Scalar
14