[LLVMdev] is the SmallVector implementation standard c++?

Mike Stump mrs at apple.com
Thu Aug 28 16:42:35 PDT 2008


On Aug 28, 2008, at 6:42 AM, Rafael Espindola wrote:
> It also assumes that all elements are continuous in memory. Does C++  
> makes any guaranties about the relative memory position of a base  
> and parent classes?

They are inside a continuous sequence of bytes that comprise the  
complete object.



More information about the llvm-dev mailing list