Search Results
7/19/2025, 6:35:18 PM
>>715891753
You're utterly clueless, non-trivial C codebases roll their own vtable implementation, or even use double dispatch in non-performance-critical sections. And with C++ compiler is aware of vtables and tries to aggressively optimize them away, which in C you'd have to painstakingly do manually.
You're utterly clueless, non-trivial C codebases roll their own vtable implementation, or even use double dispatch in non-performance-critical sections. And with C++ compiler is aware of vtables and tries to aggressively optimize them away, which in C you'd have to painstakingly do manually.
Page 1