[Webkit-unassigned] [Bug 145433] JavaScriptCore Garbage Collector Issue
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 6 09:25:51 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145433
--- Comment #7 from maxh <maxh at fs.cs.hm.edu> ---
So ... yeah ... I found it ...
I was initializing a new VM every loop. I got rid of this (opening one single VM on start and be done with it) and everything works fine now.
I guess my misconception was that I tried to manually close every VM at the end of each loop, which didn't work. So I guess my last question is: is there a way to manually deinitialize a VM from Swift/Objective-C somehow?
I tried a deinitialize(){} but as you know that doesn't work either.
Thank you all (especially Saam for pushing me in the right direction),
Max
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150606/03fbec07/attachment.html>
More information about the webkit-unassigned
mailing list