Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: two typos

...

This noncompliant code example segrates segregates arithmetic and bitwise operators by variables. The x variable participates only in bitwise operations, and y participates only in arithmetic operations.

...

In this noncompliant code example, the programmer wishes to devide divide x by 4. Hence, the programmer attempts to optimize performance by using a right shift operation, rather than a division operation.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="1eea3ff9e2f46613-29d036fc-4347443a-844ab315-aef7a00991469b9f42505432"><ac:plain-text-body><![CDATA[

[[Steele 1977

AA. Bibliography#Steele 1977]]

]]></ac:plain-text-body></ac:structured-macro>

...