From 03229b3253a8b22011ccde883902d2e40e751586 Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 13 Oct 2001 19:18:51 +0000 Subject: [PATCH] Remove paragraph about case labels git-svn-id: svn://svn.cc65.org/cc65/trunk@1052 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/coding.sgml | 8 -------- 1 file changed, 8 deletions(-) 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