Flutterby™! : C++ final keyboard

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

C++ final keyboard

2024-04-23 17:33:46.681614+02 by Dan Lyke 0 comments

It's been a while since I've been cycle counting, but this is interesting: The Performance Impact of C++'s `final` Keyword

In case you skimmed to the end, here's the summary:

  • Benefit seems to be available for GCC.
  • Doesn't affect Apple's chips much at all.
  • Do not use final with Clang, and maybe MSVC as well.

At the very least, it's another one of those things to hide behind the preprocessor so you've got options.

[ related topics: Apple Computer Weblogs Theater & Plays Law Pedal Power Bicycling ]

comments in ascending chronological order (reverse):