|
|
Subscribe / Log in / New account

Infinite loop language lawyering

Infinite loop language lawyering

Posted Jul 8, 2024 12:08 UTC (Mon) by daroc (editor, #160859)
In reply to: Infinite loop language lawyering by matthias
Parent article: New features in C++26

Also, optimizations such as loop-invariant code motion can often lift some part of a calculation out of a loop, so even loops that look as though they should always contain something can sometimes become empty during optimization.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds