Bug 122786 - DFG PutById IC should use the ConcurrentJITLocker since it's now dealing with IC's that get read by the compiler thread
Summary: DFG PutById IC should use the ConcurrentJITLocker since it's now dealing with...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-14 15:57 PDT by Filip Pizlo
Modified: 2013-10-14 17:04 PDT (History)
7 users (show)

See Also:


Attachments
the patch (2.72 KB, patch)
2013-10-14 16:00 PDT, Filip Pizlo
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-10-14 15:57:52 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2013-10-14 16:00:00 PDT
Created attachment 214201 [details]
the patch
Comment 2 Mark Hahnenberg 2013-10-14 16:02:15 PDT
Comment on attachment 214201 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-10-14 17:04:25 PDT
Landed in http://trac.webkit.org/changeset/157433