Jump to content

Talk:Dead-code elimination

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Christian75 (talk | contribs) at 13:30, 10 November 2014 (Assessment: +Computer science (assisted)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputer science Unassessed
WikiProject iconThis article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Things you can help WikiProject Computer science with:

Template:Find sources notice

Simplify the examples, please

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]