<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#c54">Comment # 54</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:andersca&#64;apple.com" title="Anders Carlsson &lt;andersca&#64;apple.com&gt;"> <span class="fn">Anders Carlsson</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=146448#c53">comment #53</a>)
<span class="quote">&gt; Hmm, I noticed that std::mutex::lock() and std::mutex::unlock() spent about
&gt; 20% of the total time, and tried replacing the std::mutex in JSLock with
&gt; WTF::Mutex. WTF::Mutex::lock() and WTF::Mutex::unlock() then spent about 10%
&gt; of the total time, and the sprite count went from ~4400 to ~6000. So it
&gt; seems the MSVC implementation of std::mutex is not as fast as it could be.</span >

Again, are you testing with VS2015?</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>