Bug 150098 - [Win64] Enable concurrent JIT.
Summary: [Win64] Enable concurrent JIT.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-13 13:37 PDT by peavo
Modified: 2015-10-14 10:57 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.14 KB, patch)
2015-10-13 13:39 PDT, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2015-10-13 13:37:46 PDT
Stress test results with concurrent jit enabled on Win64:

15728/15728

Results for JSC stress tests:
    0 failures found.
    OK.
Comment 1 peavo 2015-10-13 13:39:59 PDT
Created attachment 263017 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-10-14 05:12:48 PDT
Comment on attachment 263017 [details]
Patch

If tests pass, let's go, r=me. ( The only question: why is it still disabled ... )
Comment 3 WebKit Commit Bot 2015-10-14 05:59:46 PDT
Comment on attachment 263017 [details]
Patch

Clearing flags on attachment: 263017

Committed r191045: <http://trac.webkit.org/changeset/191045>
Comment 4 WebKit Commit Bot 2015-10-14 05:59:51 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 peavo 2015-10-14 10:55:06 PDT
(In reply to comment #2)
> Comment on attachment 263017 [details]
> Patch
> 
> If tests pass, let's go, r=me. ( The only question: why is it still disabled
> ... )

Thanks for reviewing :)
Comment 6 peavo 2015-10-14 10:57:57 PDT
(In reply to comment #2)
> Comment on attachment 263017 [details]
> Patch
> 
> If tests pass, let's go, r=me. ( The only question: why is it still disabled
> ... )

I'm not sure why it has not been enabled before, probably because it is not enabled by default :)