Decrease stack usage in mdraid 0.9x.
We have only 92K of stack and using over 4K per frame is wasteful * grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Allocate on heap rather than stack.
This commit is contained in:
parent
1a454efe89
commit
e6a6182d95
2 changed files with 50 additions and 30 deletions
|
@ -1,3 +1,12 @@
|
|||
2013-11-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Decrease stack usage in mdraid 0.9x.
|
||||
|
||||
We have only 92K of stack and using over 4K per frame is wasteful
|
||||
|
||||
* grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Allocate on heap
|
||||
rather than stack.
|
||||
|
||||
2013-11-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Decrease stack usage in BtrFS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue