[Interest] memory fragmentation?
Konstantin Tokarev
annulen at yandex.ru
Thu Aug 23 11:21:57 CEST 2012
23.08.2012, 13:19, "Thiago Macieira" <thiago.macieira at intel.com>:
> On quinta-feira, 23 de agosto de 2012 13.10.27, Konstantin Tokarev wrote:
>
>> I think this idea is more applicable to smart pointers (like QSharedPointer
>> and QSharedDataPointer). GC would be able to move their data without
>> breaking user code (unless somebody stores value of raw pointer somewhere
>> which already may be considered bad practice).
>
> That implies thread-unsafety.
Add QManagedPointer (thread-unsafe)
There is a lot of software doing most of work in the same thread, so it still can be useful.
--
Regards,
Konstantin
More information about the Interest
mailing list