From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Subject: [PATCH v5 0/5] Improvements with noreturn
Date: Fri, 28 Feb 2014 18:07:49 +0000 [thread overview]
Message-ID: <1393610874-27492-1-git-send-email-andrew.cooper3@citrix.com> (raw)
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 <andrew.cooper3@citrix.com>
next reply other threads:[~2014-02-28 18:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-28 18:07 Andrew Cooper [this message]
2014-02-28 18:07 ` [PATCH v5 1/5] x86/crash: Fix up declaration of do_nmi_crash() Andrew Cooper
2014-02-28 18:07 ` [PATCH v5 2/5] xen/compiler: Replace opencoded __attribute__((noreturn)) Andrew Cooper
2014-02-28 18:07 ` [PATCH v5 3/5] xen: Identify panic and reboot/halt functions as noreturn Andrew Cooper
2014-03-11 11:13 ` Ian Campbell
2014-02-28 18:07 ` [PATCH v5 4/5] xen: Misc cleanup as a result of the previous patches Andrew Cooper
2014-02-28 18:07 ` [PATCH v5 5/5] xen/x86: Identify reset_stack_and_jump() as noreturn Andrew Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1393610874-27492-1-git-send-email-andrew.cooper3@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).