This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [trans-mem] do not inline wrapper functions
On Thu, Sep 10, 2009 at 7:28 PM, Richard Henderson <rth@redhat.com> wrote:
> On 09/10/2009 10:27 AM, Aldy Hernandez wrote:
>>
>> + ?DECL_UNINLINABLE (from) = 1;
>
> Ok with a comment here.
Huh well. That will disallow inlining the function in all places.
I think the CALL_CANNOT_INLINE_P would be more appropriate here - and we
should be able to set that from the parser as well, no?
Richard.
> r~
>