[webkit-reviews] review granted: [Bug 226396] Stop using UncheckedLock in WTF::MetaAllocator : [Attachment 430060] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 28 16:28:37 PDT 2021


Darin Adler <darin at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 226396: Stop using UncheckedLock in WTF::MetaAllocator
https://bugs.webkit.org/show_bug.cgi?id=226396

Attachment 430060: Patch

https://bugs.webkit.org/attachment.cgi?id=430060&action=review




--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 430060
  --> https://bugs.webkit.org/attachment.cgi?id=430060
Patch

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

> Source/JavaScriptCore/tools/VMInspector.cpp:131
> +	   WTF::Locker executableAllocatorLocker { lock };

The usual "using WTF" trick doesn’t work here?


More information about the webkit-reviews mailing list