mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 03:18:46 +00:00
71772b9c9c
Devirtualization is an optimization in the generated assembly: when a class C is polymorphic but also final, ``((C *)ptr)->func()`` can be turned from an indirect into a static call. |
||
---|---|---|
.. | ||
tests | ||
cfile.cpp | ||
cfile.h | ||
CMakeLists.txt | ||
hogfile.cpp | ||
hogfile.h | ||
inffile.cpp | ||
inffile.h |