[webkit-reviews] review granted: [Bug 200620] [WTF] Add makeUnique<T>, which ensures T is fast-allocated : [Attachment 376417] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 15 14:17:18 PDT 2019


Geoffrey Garen <ggaren at apple.com> has granted Yusuke Suzuki
<ysuzuki at apple.com>'s request for review:
Bug 200620: [WTF] Add makeUnique<T>, which ensures T is fast-allocated
https://bugs.webkit.org/show_bug.cgi?id=200620

Attachment 376417: Patch

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




--- Comment #35 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 376417
  --> https://bugs.webkit.org/attachment.cgi?id=376417
Patch

r=me

Looks like this caught lots of optimization opportunities without adding undue
complexity. Nice!

Might be worth emailing webkit-dev to share this change in style.

Probably good to let EWS finish before landing.


More information about the webkit-reviews mailing list