[Webkit-unassigned] [Bug 177719] Either fold bmalloc into WTF or find a way to share code between then

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 1 09:50:46 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=177719

--- Comment #2 from Filip Pizlo <fpizlo at apple.com> ---
(In reply to Filip Pizlo from comment #1)
> @Yusuke:

Ooops.  I meant to ask everyone - what do y'all think about bmalloc continuing to be in its own library versus being folded in to WTF?

If it's folded into WTF, then we'll have to be a bit more careful about which parts of WTF we use from bmalloc, so as to not create a circularity.

If it's not folded, then we'll probably need to create a new library to represent the things that are shared between the two.

Right now, WTF and bmalloc effectively share code for Gigacage, but the way they do it is that it's kinda duplicated between them. It's gross.

Next, I'm going to pull WordLock into bmalloc. Except I cannot remove it from WTF for the sake of platforms that don't build bmalloc. So, the code will be duplicated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171001/73f9fe50/attachment-0001.html>


More information about the webkit-unassigned mailing list