April 14, 2017
8:51 a.m.
Hi Denis, in the script you are not generating instances of Class1, the problem is with the instances. Cheers, Pablo On Fri, Apr 14, 2017 at 10:04 AM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
2017-04-12 13:29 GMT+02:00 tesonep@gmail.com <tesonep@gmail.com>:
Hi, in non spur, the only improve that I think it can be made safely is moving the garbage collect operation to the migration of instances side, only executing the garbage collect if there are instances.
In spur the garbage collect it is not needed anymore, because the way the become is working is not the same.
I checked on prespur cogVM: my script produced same result as on spur.
-- Pablo Tesone. tesonep@gmail.com