Avoid unnecessary copying on MIPS.
* grub-core/boot/decompressor/none.c (grub_decompress_core): Exit early if src == dest. * util/grub-mkimage.c (generate_image): Arange for src == dest if compression is none.
This commit is contained in:
parent
b772baedcd
commit
35341bbc96
3 changed files with 27 additions and 6 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-05-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Avoid unnecessary copying on MIPS.
|
||||
|
||||
* grub-core/boot/decompressor/none.c (grub_decompress_core): Exit
|
||||
early if src == dest.
|
||||
* util/grub-mkimage.c (generate_image): Arange for src == dest if
|
||||
compression is none.
|
||||
|
||||
2011-05-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Reduce memory footprint on SGI by putting modules before the kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue