[Webkit-unassigned] [Bug 145433] JavaScriptCore Garbage Collector Issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 6 08:13:16 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145433

--- Comment #5 from maxh <maxh at fs.cs.hm.edu> ---
Hi Saam,

thanks for looking into this.
In my tests I have to loops, one for the number of test runs (let's say 20) and the inner loop that takes a single test from an array (an array may contain up to 255 values for one test), which then calls the function for the JavaScriptCore implementation. So yes, every time I run one test in the inner loop a new JSVirtualMachine() and a new JSContext(virtualMachine) object will be created.

Should I just keep on JSVirtualMachine alive all the time and create new JSContext's instead?

-- 
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/123f44c0/attachment.html>


More information about the webkit-unassigned mailing list