NOMMU: stack versus malloc?
Mike Frysinger
vapier at gentoo.org
Thu Oct 11 07:33:34 PDT 2007
On Thursday 11 October 2007, Alex Landau wrote:
> Interestingly, switching toolchanins from bfin-uclinux to bfin-linux-uclibc
> made this problem manifest itself much less often.
makes perfect sense ... FLAT files do not share anything and so require a big
fat contiguous region everytime they get executed ... FDPIC ELF files share
all .text sections and only require the writable .data to be allocated
everytime they get executed
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
Url : http://busybox.net/lists/busybox/attachments/20071011/0f7b6beb/attachment.pgp
More information about the busybox
mailing list