Can dyld, dylib and shared cache be compress and decompress when required to solve storage problem?
Dylib, dyld and shared cache compression
Are you asking whether:
-
There’s a way to configure your system to do this?
-
Whether Apple could add a mechanism to do this?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
So, it sounds like you want to:
-
Compress various Mach-O images on disk
-
Create a kernel extension that decompresses them on the fly
Is that right?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"