lysdexic to ProgrammingEnglish · 2 years agoPush Ifs Up And Fors Downmatklad.github.ioexternal-linkmessage-square22linkfedilinkarrow-up156arrow-down16cross-posted to: [email protected]
arrow-up150arrow-down1external-linkPush Ifs Up And Fors Downmatklad.github.iolysdexic to ProgrammingEnglish · 2 years agomessage-square22linkfedilinkcross-posted to: [email protected]
minus-squareLmaydevlinkfedilinkarrow-up3·edit-22 years agoThey’re talking about moving the calculation of the if condition outside of the loop. Which the original commenter mentioned. https://en.m.wikipedia.org/wiki/Loop-invariant_code_motion You are the one that brought up dead code elimination.
They’re talking about moving the calculation of the if condition outside of the loop. Which the original commenter mentioned. https://en.m.wikipedia.org/wiki/Loop-invariant_code_motion
You are the one that brought up dead code elimination.