Content deleted Content added
Citation bot (talk | contribs) m Alter: journal. | You can use this bot yourself. Report bugs here.| Activated by User:Headbomb | via #UCB_webform |
|||
Line 17:
===Avoid branching===
Roger Sayle gives an example<ref>{{cite journal|last1=Sayle|first1=Roger Anthony|title=A Superoptimizer Analysis of Multiway Branch Code Generation|journal=Proceedings of the GCC Developers' Summit|date=June 17, 2008|pages=103–116|url=https://www.nextmovesoftware.com/technology/SwitchOptimization.pdf|accessdate=26 November 2015}}</ref> of eliminating a [[multiway branch]] caused by a [[switch statement]]:
<source lang="c++">
|