Bug 186592

Summary: [JSC] Always use Nuke & Set procedure for x86
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ews-watchlist, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Yusuke Suzuki 2018-06-13 08:52:45 PDT
[JSC] Always use Nuke & Set procedure for x86
Comment 1 Yusuke Suzuki 2018-06-13 08:54:33 PDT
Created attachment 342662 [details]
Patch
Comment 2 Keith Miller 2018-06-13 10:05:21 PDT
Comment on attachment 342662 [details]
Patch

r=me.
Comment 3 Yusuke Suzuki 2018-06-13 11:06:13 PDT
Comment on attachment 342662 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=342662&action=review

Thank you!

> Source/JavaScriptCore/runtime/JSObject.cpp:1365
> +        locker = holdLock(cellLock());

I’m discussing right now whether this lock can be removed. Anyway, this patch itself is unrelated to that since this still holds the lock. I’ll land this one.
Comment 4 WebKit Commit Bot 2018-06-13 11:33:02 PDT
Comment on attachment 342662 [details]
Patch

Clearing flags on attachment: 342662

Committed r232798: <https://trac.webkit.org/changeset/232798>
Comment 5 WebKit Commit Bot 2018-06-13 11:33:04 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2018-06-13 12:29:22 PDT
<rdar://problem/41097196>