User Tools

Site Tools


devirtualize

devirtualizereplace, as a pure optimization of a given virtual function call, the indirect invocation of that function, through the object’s virtual-function table, with a direct one, assuming that the tool chain can somehow determine the dynamic type of the object at either compile time or link time; in such cases, the viable body of a virtual function can be inlined. final (1011)” (EMCppSfe 2021)

devirtualize.txt · Last modified: 2024/04/28 03:33 (external edit)