[Webkit-unassigned] [Bug 251111] StrongInlines.h methods should be marked as "inline" in Strong.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 21:35:36 PST 2023


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

Mark Lam <mark.lam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark.lam at apple.com

--- Comment #3 from Mark Lam <mark.lam at apple.com> ---
Some methods are deliberately not marked as `inline` to avoid this dance.  The user of these methods should know to inline the Inlines.h if they actually needed the implementation of the inline function.  The alternative is an expensive exercise to move a lot of code around for little benefit.

-- 
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/20230221/753fd2fd/attachment.htm>


More information about the webkit-unassigned mailing list