freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Devel] Optimizatins to ttinterp.c


From: David Williss
Subject: Re: [Devel] Optimizatins to ttinterp.c
Date: Thu, 14 Dec 2000 12:10:03 -0600

----- Original Message -----
From: "Nathan Hurst" <address@hidden>
To: "David Williss" <address@hidden>
Cc: <address@hidden>
Sent: Wednesday, December 06, 2000 4:09 PM
Subject: Re: [Devel] Optimizatins to ttinterp.c


> On Wed, 6 Dec 2000, David Williss wrote:
>
> > This is done via the __inline keyword, which I would create a #define
> > for if I cared about portability. While I was at it, I added __inline
> > to a few other really short functions but they didn't have much
> > impact.
>
> Is there 'inline' keyword support in your compiler?  that is the standard
> way to indicate inlining.
>
> #define inline __inline

Yes, it's supported when compiling for C++.  I don't know if it's supported
in
plain C mode.  I think Microsoft created __inline keyword for plain C
because
inline is not part of ANSI C.  Not that they're all that ANSI compliant
anyway :-)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]