Brian's Waste of Time

Fri, 29 Oct 2004

This is Sick

Really, really wrong. But it works, and FAST.

[mccallister@knight mccallister]$ cat tcc-test 
#!/usr/local/bin/tcc -run
#include 

int main() 
{
    printf("Hello World\n");
    return 0;
}
[mccallister@knight mccallister]$ time ./tcc-test 
Hello World

real    0m0.019s
user    0m0.020s
sys     0m0.000s
[mccallister@knight mccallister]$

tcc

Check out the compile and execution time! on a p2-450

1 writebacks [/src/c] permanent link