From mboxrd@z Thu Jan 1 00:00:00 1970 From: pullip.cho@samsung.com (KyongHo Cho) Date: Tue, 14 Jun 2011 14:34:29 +0900 Subject: if stmt in kernel source In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Tue, Jun 14, 2011 at 2:27 PM, Venkateswarlu P wrote: > explain about? likely??? and? unlikely??????? constructs??????? used in if > stmt AFAIK, it is a hint to the compiler if the condition of conditional statement is likely to be true or not for code optimization with branch predictor.