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

Comparing Faster/Changes (file contents):
Revision 1.5 by root, Sat Feb 21 05:55:52 2009 UTC vs.
Revision 1.6 by root, Sat Feb 21 08:27:38 2009 UTC

1Revision history for Perl extension Faster 1Revision history for Perl extension Faster
2 2
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 Sat Feb 21 09:26:42 CET 2009
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 8 - removed $Config{LIBS} from linker call: doesn't seem to be needed, and
9 contains a lot of garbage libs on debian. 9 contains a lot of garbage libs on debian.
10 - port to 5.10.0's xsub changes. 10 - port to 5.10.0's xsub changes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines