mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-01 20:00:02 -04:00
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.
5.3 KiB
5.3 KiB