From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH v4 0/5] Improvements with noreturn Date: Tue, 25 Feb 2014 12:23:26 +0000 Message-ID: <1393331011-22240-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. Signed-off-by: Andrew Cooper