Initial commit for fix-stack-inline topic branch
This commit is contained in:
parent
b3c82b1b18
commit
a8a452d74b
|
@ -0,0 +1,8 @@
|
||||||
|
From: Brian Behlendorf <behlendorf1@llnl.gov>
|
||||||
|
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 <behlendorf1@llnl.gov>
|
Loading…
Reference in New Issue