Remove paragraph about case labels
git-svn-id: svn://svn.cc65.org/cc65/trunk@1052 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0740be0f73
commit
03229b3253
1 changed files with 0 additions and 8 deletions
|
@ -132,14 +132,6 @@ and reduce the code to one fetch, one addition and one store.
|
|||
</enum>
|
||||
|
||||
|
||||
<sect>Case labels in a switch statments are checked in source order<p>
|
||||
|
||||
Labels that appear first in a switch statement are tested first. So, if your
|
||||
switch statement contains labels that are selected most of the time, put them
|
||||
first in your source code. This will speed up the code.
|
||||
|
||||
|
||||
|
||||
<sect>Use the preincrement and predecrement operators<p>
|
||||
|
||||
The compiler is not always smart enough to figure out, if the rvalue of an
|
||||
|
|
Loading…
Add table
Reference in a new issue