Re: [Development] Qt 5.9's new garbage collector documentation? + root_ptr

2017-07-09 Thread Phil Bouchard
On 07/09/2017 10:22 PM, Phil Bouchard wrote: On 07/09/2017 06:35 PM, Phil Bouchard wrote: I'm sure there is an equivalent in Qt but I'll need some pointers to speed things up. I think QAtomicInt is the perfect replacement: http://doc.qt.io/qt-4.8/qatomicint.html#details I started another br

Re: [Development] Qt 5.9's new garbage collector documentation? + root_ptr

2017-07-09 Thread Phil Bouchard
On 07/09/2017 06:35 PM, Phil Bouchard wrote: I'm sure there is an equivalent in Qt but I'll need some pointers to speed things up. I think QAtomicInt is the perfect replacement: http://doc.qt.io/qt-4.8/qatomicint.html#details -Phil ___ Development

Re: [Development] Qt 5.9's new garbage collector documentation? + root_ptr

2017-07-09 Thread Phil Bouchard
On 07/09/2017 05:40 PM, Thiago Macieira wrote: On sábado, 8 de julho de 2017 15:57:50 PDT Phil Bouchard wrote: https://github.com/philippeb8/root_ptr/blob/develop/example/javascript_examp le1.cpp The application outputs: Scope 0: BEGIN Scope 1: BEGIN A::A(const boost::node_proxy&) A::A(const bo

Re: [Development] Qt 5.9's new garbage collector documentation? + root_ptr

2017-07-09 Thread Thiago Macieira
On sábado, 8 de julho de 2017 15:57:50 PDT Phil Bouchard wrote: > https://github.com/philippeb8/root_ptr/blob/develop/example/javascript_examp > le1.cpp > > The application outputs: > Scope 0: BEGIN > Scope 1: BEGIN > A::A(const boost::node_proxy&) > A::A(const boost::node_proxy&) > A::~A() > Scop