View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#155
Android_808: You were concerned about loading qt5 libs into RAM. But doesn't each app load the libraries separately? So the RAM difference won't be
Code:
size(Qt5libs)
but
Code:
size(Qt4libs) - size(Qt5libs)
. So we might even paradoxically gain free RAM instead of losing it.

IIRC applauncherd was working it around by sharing libraries among apps
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2014-02-17 at 19:37.