mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d1f32a3e5d
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
11 lines
601 B
Plaintext
11 lines
601 B
Plaintext
Stalin (STAtic Language ImplementatioN) is an aggressive optimizing batch
|
|
whole-program Scheme compiler written by Jeffrey Mark Siskind. It uses
|
|
advanced flow analysis and type inference and a variety of other optimization
|
|
techniques to produce code (using C as an intermediate language) that is
|
|
extremely fast, particularly for numerical code. In a number of tests it
|
|
has outperformed hand-written C, sometimes by a considerable margin.
|
|
Stalin is intended for production use in generating an optimized executable.
|
|
|
|
Author: Jeffrey Mark Siskind
|
|
WWW: http://cobweb.ecn.purdue.edu/~qobi/software.html
|