1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-24 00:55:41 +00:00

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:
cuz 2001-10-13 19:18:51 +00:00
parent 0740be0f73
commit 03229b3253

View File

@ -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