virtual-functions

Tag

Cards List
#virtual-functions

How Virtual Tables Work in the Itanium C++ ABI

Lobsters Hottest · 2026-05-26 Cached

A detailed blog post explaining how virtual tables (vtables) are implemented in the Itanium C++ ABI, covering vtable structure, mangled names, and virtual function dispatch.

0 favorites 0 likes
#virtual-functions

When can the C++ compiler devirtualize a call?

Hacker News Top · 2026-05-17 Cached

Explores when C++ compilers can devirtualize virtual function calls, covering cases like known dynamic types and final keyword, with comparisons across GCC, Clang, MSVC, and ICC.

0 favorites 0 likes
← Back to home

Submit Feedback