Talk:Dead-code elimination

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Simplify the examples, please[edit]

The examples are written with bitwise shift operators (<<, >>). These are rather obscure and unfamiliar to many people. Please rewrite the examples using simpler operators. 199.46.200.232 (talk) 18:09, 10 June 2011 (UTC)[reply]

Be bold! If you know enough C to recognize them as bit-shift operators, surely you also know enough to simply change them to addition or something else you would consider simpler. Bigpeteb (talk) 04:02, 29 June 2011 (UTC)[reply]
I just changed it to the corresponding multiplications / divisions. Arzg (talk) 19:57, 28 June 2017 (UTC)[reply]