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.