<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#c7">Comment # 7</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&#64;fs.cs.hm.edu" title="maxh &lt;maxh&#64;fs.cs.hm.edu&gt;"> <span class="fn">maxh</span></a>
</span></b>
        <pre>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</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>