[Interest] [OSX/iOS] Garbage collection still in place in Qt?

Sorvig Morten Morten.Sorvig at theqtcompany.com
Thu Mar 5 09:50:36 CET 2015


> On 04 Mar 2015, at 15:40, Adam Light <aclight at gmail.com> wrote:
> 
> 
> Our application allows users to use/write external C/C++ libraries that our application loads. On Macintosh, the shipping (non-Qt) version of our application has only a 32-bit version. Once we release the new version (using Qt), we will want to continue to provide a 32-bit version as well as a 64-bit version so that users using existing external libraries (32-bit) can continue to use our application. A lot of these libraries are pretty old and not likely to be recompiled for 64-bit any time soon, so that's why we really need to ship a 32-bit version of our application.
> 

This is exactly the use case I have in mind for 32-bit Qt. The tradeoff is the occasional memory leak when we get the ref-counting wrong.

Morten


More information about the Interest mailing list