Hacker News new | past | comments | ask | show | jobs | submit login

Interesting. Usually, statically linking Qt doesn't do much for disk usage because signals and slots cause symbols to be "theoretically reachable" because the linker can't know which strings you are going to pass to QObject::connect() at runtime. More technically, otherwise unused symbols are reachable through the meta-object data tables.



Was there ever an effort to try removing those "theoretically reachable" objects? It sounds doable, but of course not trivial.


I've been wondering, but I never heard of an effort to do that.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: