Descent3/cfile
Jan Engelhardt 71772b9c9c Add "final" marker to a number of classes
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.
2024-11-03 23:39:37 +01:00
..
tests Add -aditionaldir option 2024-09-29 14:07:53 -04:00
cfile.cpp Add -aditionaldir option 2024-09-29 14:07:53 -04:00
cfile.h Add -aditionaldir option 2024-09-29 14:07:53 -04:00
CMakeLists.txt Move pserror.h to ddebug module 2024-09-24 23:00:53 +03:00
hogfile.cpp Move HOG2 magic check into hogfile 2024-05-16 19:18:31 +03:00
hogfile.h Modernize struct/enum/unions type declarations 2024-05-30 03:35:17 -04:00
inffile.cpp Resolve alloc-dealloc-mismatch in CFile::FreeSymbols 2024-09-09 10:38:17 +02:00
inffile.h Add "final" marker to a number of classes 2024-11-03 23:39:37 +01:00