From: cuz Date: Sat, 13 Oct 2001 19:18:51 +0000 (+0000) Subject: Remove paragraph about case labels X-Git-Tag: V2.12.0~2544 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=03229b3253a8b22011ccde883902d2e40e751586;p=cc65 Remove paragraph about case labels git-svn-id: svn://svn.cc65.org/cc65/trunk@1052 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/coding.sgml b/doc/coding.sgml index 911b77422..897191667 100644 --- a/doc/coding.sgml +++ b/doc/coding.sgml @@ -132,14 +132,6 @@ and reduce the code to one fetch, one addition and one store. -Case labels in a switch statments are checked in source order

- -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. - - - Use the preincrement and predecrement operators

The compiler is not always smart enough to figure out, if the rvalue of an