May 09, 2007 Archives

2007-05-09

Memory Layout for Multiple and Virtual Inheritance

I recommend this article about the memory layout of C++ objects.

Posted by Alexander Bernauer | Permanent Link | Categories: C++

2007-05-09

Barriers

In addition to my post about why it is a problem that the compiler does not know anything about threads I recommend this article about memory barriers and multi core machines.

And please help him find pi :-)


Posted by Alexander Bernauer | Permanent Link | Categories: C++