Reference:
https://quuxplusone.github.io/blog/2019/09/30/what-is-the-vtt/
VTable Notes on Multiple Inheritance in GCC C++ Compiler v4.0.1
Itanium C++ ABI: 2.6.2 VTT Order
[SO] What is the VTT for a class?
[SO] What is a C++ “Key Function” as described by gold?
The memory layout of virtual inheritance and it's mechanism has been mentioned in detail in Stanley's Inside the C++ Object Model Ch 5.2.
Here's the code generates error message (Clang++10.0.1)
Undefined symbols for architecture x86_64:
"VTT for Derived"
https://quuxplusone.github.io/blog/2019/09/30/what-is-the-vtt/
VTable Notes on Multiple Inheritance in GCC C++ Compiler v4.0.1
Itanium C++ ABI: 2.6.2 VTT Order
[SO] What is the VTT for a class?
[SO] What is a C++ “Key Function” as described by gold?
The memory layout of virtual inheritance and it's mechanism has been mentioned in detail in Stanley's Inside the C++ Object Model Ch 5.2.
Here's the code generates error message (Clang++10.0.1)
Undefined symbols for architecture x86_64:
"VTT for Derived"
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.