>>60
Call me when your GC doesn't make every program slower. The quest for proper GC is far from over.
If you write GC system which is superior or near-equal to performance of manual memory allocation,I could write program which preallocate the structures at compile time, making the entire program static or chunked to buffers or even writing my own memory allocator.
Your GC systems will always one step behind because they lack control.