| Revision: | 1.3 |
| Committed: | Mon Mar 13 17:34:20 2006 UTC (20 years, 6 months ago) by root |
| Branch: | MAIN |
| Changes since 1.2: | +2 -0 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.1 | Revision history for Perl extension Faster |
| 2 | root | 1.2 | |
| 3 | root | 1.3 | TODO: optimise common cases of my $self = shift; my ($a,$b,$c) = @_; at function start |
| 4 | |||
| 5 | root | 1.2 | 0.1 |
| 6 | - optimised all PUSHMARKs into a single stack extend per function, | ||
| 7 | which hopefully is guarenteed to work. | ||
| 8 | root | 1.1 | |
| 9 | 0.01 Thu Mar 9 05:38:46 CET 2006 | ||
| 10 | - original version; cloned from Convert::Scalar | ||
| 11 |