[Webkit-unassigned] [Bug 29244] undefined reference errors when linking due to gperf and inlining

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 14 11:18:37 PST 2010


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


Ryan Leavengood <leavengood at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leavengood at gmail.com




--- Comment #11 from Ryan Leavengood <leavengood at gmail.com>  2010-02-14 11:18:34 PST ---
(In reply to comment #10)
> The problem is more likely that GCC simply refuses to inline
> those functions in debug (-g) builds.

Based on my reading of the GCC manuals, that is exactly what it does. Since
inlining functions can make debugging more difficult, they aren't inlined in
debug builds.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list