NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/55777: more rump fixes




> On Nov 3, 2020, at 11:17 AM, Jason Thorpe <thorpej%me.com@localhost> wrote:
> 
> Seems like we should just put it all into a single rump library.  If it's a static link, it'll naturally reduce the code slurped in, and if it's a shared library, who cares?

Unfortunately in practice it does not reduce the code slurped in because of the same variable interdependencies. It is also better to reduce the memory size of the image so that the minimum memory requirements to run the process are smaller. We have been fixing those duplications as we find them, but we have not proactively tried to eliminate them.

christos

Attachment: signature.asc
Description: Message signed with OpenPGP



Home | Main Index | Thread Index | Old Index