<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JavaScriptCore performance is very bad on Windows"
   href="https://bugs.webkit.org/show_bug.cgi?id=146448#c55">Comment # 55</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JavaScriptCore performance is very bad on Windows"
   href="https://bugs.webkit.org/show_bug.cgi?id=146448">bug 146448</a>
              from <span class="vcard"><a class="email" href="mailto:peavo&#64;outlook.com" title="peavo&#64;outlook.com">peavo&#64;outlook.com</a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=146448#c54">comment #54</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=146448#c53">comment #53</a>)
&gt; &gt; Hmm, I noticed that std::mutex::lock() and std::mutex::unlock() spent about
&gt; &gt; 20% of the total time, and tried replacing the std::mutex in JSLock with
&gt; &gt; WTF::Mutex. WTF::Mutex::lock() and WTF::Mutex::unlock() then spent about 10%
&gt; &gt; of the total time, and the sprite count went from ~4400 to ~6000. So it
&gt; &gt; seems the MSVC implementation of std::mutex is not as fast as it could be.
&gt; 
&gt; Again, are you testing with VS2015?</span >

Not yet, I will test there as well :)</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>