Talk:Dead-code elimination
Appearance
This is the talk page for discussing improvements to the Dead-code elimination article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
This article is rated C-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||
|
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)
- 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)
- I just changed it to the corresponding multiplications / divisions. Arzg (talk) 19:57, 28 June 2017 (UTC)