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

Comparing Faster/Faster.pm (file contents):
Revision 1.32 by root, Mon Mar 13 17:03:36 2006 UTC vs.
Revision 1.33 by root, Mon Mar 13 17:10:32 2006 UTC

26the stack faster, and the opcodes themselves have a bit less overhead. 26the stack faster, and the opcodes themselves have a bit less overhead.
27 27
28Faster is in the early stages of development. Due to its design its 28Faster is in the early stages of development. Due to its design its
29relatively safe to use (it will either work or simply slowdown the program 29relatively safe to use (it will either work or simply slowdown the program
30immensely, but rarely cause bugs). 30immensely, but rarely cause bugs).
31
32More intelligent algorithms (loop optimisation, type inference) could
33improve that easily, but requires a much more elaborate presentation and
34optimiser than what is in place. There are no plans to improve Faster in
35this way, yet, but it would provide a reasonably good place to start.
31 36
32Usage is very easy, just C<use Faster> and every function called from then 37Usage is very easy, just C<use Faster> and every function called from then
33on will be compiled. 38on will be compiled.
34 39
35Right now, Faster can leave lots of F<*.c> and F<*.so> files in your 40Right now, Faster can leave lots of F<*.c> and F<*.so> files in your

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines