You are currently offline. Some features of the site may not work correctly.
Loop unswitching
Loop unswitching is a compiler optimization. It moves a conditional inside a loop outside of it by duplicating the loop's body, and placing a version… Expand