> On Aug 23, 2019, at 7:26 AM, Antti Koivisto <koivi...@iki.fi> wrote:
> 
> Could WTF::makeUnique simply use FastMalloc by default? We could then remove 
> most of these messy annotations.
> 
> This would require replacing std::unique_ptr with a type that knows how to 
> free the objects correctly (bring back OwnPtr!) but that doesn't seem like a 
> big deal. It wouldn't play well with mixed use of OwnPtr and new/delete but 
> that should be avoided in any case.

I also suggested this, and you can see Yusuke’s response here 
<https://bugs.webkit.org/show_bug.cgi?id=200611#c18>.

— Darin
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to