From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH v5 0/5] Improvements with noreturn Date: Fri, 28 Feb 2014 18:07:49 +0000 Message-ID: <1393610874-27492-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Andrew Cooper List-Id: xen-devel@lists.xenproject.org Make better use of noreturn. It allows optimising compilers to produce more efficient code. Each patch is compile tested on each architecture, and the result is functionally tested on x86 and compile tested on GCC 4.1.1 to verify that older compilers are happy. Changes in v5: * Reorder patches 1 and 2 and tweak so they compile in isolation. Signed-off-by: Andrew Cooper