<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - JavaScriptCore Garbage Collector Issue"
href="https://bugs.webkit.org/show_bug.cgi?id=145433#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - JavaScriptCore Garbage Collector Issue"
href="https://bugs.webkit.org/show_bug.cgi?id=145433">bug 145433</a>
from <span class="vcard"><a class="email" href="mailto:maxh@fs.cs.hm.edu" title="maxh <maxh@fs.cs.hm.edu>"> <span class="fn">maxh</span></a>
</span></b>
<pre>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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>