On 6/15/07, Phil G <[EMAIL PROTECTED]> wrote:
JIT didn't solve everything - the managed memory management in Java (and C#) has overheard which JIT can not always optimized away, for example.
The D programming language website argues in favor of garbage collection... Even claiming that it could be faster than manual memory allocation/deallocation. http://www.digitalmars.com/d/garbage.html <venting> I'm not yet sold on all the ideas... especially since D's GC crashes when using the port to gcc. Arguments like "you don't have to debug memory management code" (like on the website) are nice points, but it's far more frustrating when the standard GC doesn't work. </venting>
_______________________________________________ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/