0eb557b841
is able to outperform hand-written C in a number of tests. This is a modified version suitable to use on FreeBSD i386/amd64. It possible to run it on other platfroms as well, but I have not boostrapped/tested it on anything except i386/amd64 yet. Author: Jeffrey Mark Siskind WWW: http://cobweb.ecn.purdue.edu/~qobi/software.html
4 lines
161 B
Bash
4 lines
161 B
Bash
#!/bin/sh
|
|
|
|
libdir=%%PREFIX%%/lib/stalin
|
|
exec ${libdir}/stalin -I ${libdir} -copt -fno-strict-aliasing -copt -I%%LOCALBASE%%/include -copt -L%%LOCALBASE%%/lib $@
|