On Wed, Nov 21, 2007 at 09:29:42PM +0000, Stuart A. Yeates wrote:
> A C++ compiler can make those kinds of assumptions if the object is
> created within the current compilation unit and can not be overwritten
> from outside it. There are a whole class of optimizations in Java, C
> and C++ which can only be applied under these circumstances, which
> rely on concepts of scope. Whether or not a particular compiler uses
> these optimizations in a particular case is another matter.

Aha - that must be why LibEGO includes all source files from the mail file,
instead of compiling each one separately.

-H

-- 
Heikki Levanto   "In Murphy We Turst"     heikki (at) lsd (dot) dk

_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to