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

writebacks...

Carfield Yim


This is great!!

comment...

 
Name:
URL/Email: [http://... or mailto:you@wherever] (optional)
Title: (optional)
Spam Guard, translate l33t to English: (hint, it's an Australian animal, plural form)
Comments:
Save my Name and URL/Email for next time