Date & Time
Wednesday, November 17, 2021, 12:15 PM - 12:45 PM
Name
Relative VTables in C++
Description

The relative vtables ABI is a space efficient ABI proposed that replaces the 64-bit function pointers in vtables with 32 bit PC-relative offsets to these function pointers. This provides two immediate benefits: (1) the sizes of vtables are halved, and (2) vtables can be moved into readonly data sections, which allows them to be shared between processes.

Session Type
Technical Talk