Shrinkwrap: Taming dynamic shared objects

https://fzakaria.com/2022/03/14/shrinkwrap-taming-dynamic-shared-objects.html

6 Likes

Cool. If I understand this correctly, it sounds like this could be another optimization pass applied to glibc binaries in nixpkgs.

3 Likes

That’s right essentially.

A really easy way to cut down on syscalls at the cost of ability to override with library path (which maybe a positive).

I think it can be expanded to try and capture dlopens also

4 Likes