I wrote a simple driver for Tachyon, for the benchmarking framework. It appears that the performance difference between us and V8 is even less on my home machine (Core 2 Quad):

Mean values (s)
Benchmark Tachyon Google V8
fib 7.86 5.63
loop_sum 5.01 4.53

- Maxime