xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] Improvements with noreturn
@ 2014-02-28 18:07 Andrew Cooper
  2014-02-28 18:07 ` [PATCH v5 1/5] x86/crash: Fix up declaration of do_nmi_crash() Andrew Cooper
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andrew Cooper @ 2014-02-28 18:07 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

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>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-11 11:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 18:07 [PATCH v5 0/5] Improvements with noreturn Andrew Cooper
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

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).