[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gperf] gperf vs gcc-4.4
From: |
Lucas De Marchi |
Subject: |
Re: [bug-gperf] gperf vs gcc-4.4 |
Date: |
Tue, 18 May 2010 21:31:36 -0300 |
Hi, I was searching for a proper solution to a bug in webkit
(https://bugs.webkit.org/show_bug.cgi?id=29244) and found this thread
in gperf (http://lists.gnu.org/archive/html/bug-gperf/2009-09/msg00002.html).
As you can see it's an old bug that it's not solved yet. It's not that
easy to fix it in WebKit and I'm wondering if the fix shouldn't go to
gperf instead. I wouldn't like to have those functions in webkit not
inlined when compiled with -O0. Changing the function attribute in
gperf to __always_inline__ does solve the problem.
What do you think? Following a patch to change the attribute.
BR,
Lucas De Marchi
- Re: [bug-gperf] gperf vs gcc-4.4,
Lucas De Marchi <=