I find it hard to wrap my head with gcc -fdump-class-hierarchy output. Are there any links / tutorials for using the information that appears for a given complex class (i.e.Multiple virtual inheritance, etc.)? Using the C ++ filter on the output definitely helped, but it also led to more questions (for example, calls that seem to be repeated in vtable, “not virtual tricks”, etc.). Any advice on speeding up so that this can be an effective tool for fixing memory problems, defining functions that should be called when, etc.
source
share