From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 22 Jan 2013 08:41:03 +0100 Subject: [U-Boot] [PATCH] Introduce a global bool type In-Reply-To: References: <20130119103030.3d825efb@lilith> <1358791542.31204.0@snotra> <1358808690.31204.7@snotra> Message-ID: <20130122084103.5d37ff6b@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi M?ns, > In other words, boolifying on use rather than on assignment is generally > safer and usually at least as efficient. Except when assigning a C = A & B where A and B happen to have no common bit set. Which is why I think 'boolifying' as soon as possible -- on assignment -- is way safer than on use. Amicalement, -- Albert.