From a8a452d74b05cc73006adfc03d0358486cf21ef8 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 2 Aug 2010 13:44:56 -0700 Subject: [PATCH] Initial commit for fix-stack-inline topic branch --- .topdeps | 1 + .topmsg | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .topdeps create mode 100644 .topmsg diff --git a/.topdeps b/.topdeps new file mode 100644 index 0000000000..1f7391f92b --- /dev/null +++ b/.topdeps @@ -0,0 +1 @@ +master diff --git a/.topmsg b/.topmsg new file mode 100644 index 0000000000..45849cfa12 --- /dev/null +++ b/.topmsg @@ -0,0 +1,8 @@ +From: Brian Behlendorf +Subject: [PATCH] fix stack inline + +Decrease stack usage for various call paths by forcing certain +functions to be inlined. By inlining the functions the overhead +of a new stack frame is removed at the cost of increased code size. + +Signed-off-by: Brian Behlendorf