All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Improvements with noreturn
@ 2013-11-25 14:02 Andrew Cooper
  2013-11-25 14:02 ` [Patch v2 1/2] xen/compiler: Replace opencoded __attribute__((noreturn)) Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andrew Cooper @ 2013-11-25 14:02 UTC (permalink / raw)
  To: Xen-devel; +Cc: George Dunlap, Andrew Cooper

Make better use of noreturn.  It allows optimising compilers to produce more
efficient code.

v2 comes with a reduction of the number of changes, to remove the redundant
declaration from publically defined functions.

George:
  I request that this is included for 4.4 - It is no functional change, but
  quite a nice improvement in terms of code size.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: George Dunlap <george.dunlap@eu.citrix.com>

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

end of thread, other threads:[~2013-11-26 12:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 14:02 [PATCH v2 0/2] Improvements with noreturn Andrew Cooper
2013-11-25 14:02 ` [Patch v2 1/2] xen/compiler: Replace opencoded __attribute__((noreturn)) Andrew Cooper
2013-11-25 14:17   ` Jan Beulich
2013-11-25 15:29     ` Andrew Cooper
2013-11-26 12:00   ` George Dunlap
2013-11-25 14:02 ` [Patch v2 2/2] xen: Identify panic and reboot/halt functions as noreturn Andrew Cooper
2013-11-25 14:26   ` Jan Beulich
2013-11-25 15:36     ` Andrew Cooper
2013-11-25 19:46 ` [PATCH v2 0/2] Improvements with noreturn Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.