Re: Patch: Remove gcc dependency in definition of inline functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Patch: Remove gcc dependency in definition of inline functions
Дата
Msg-id 1259589801.4134.4.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на Re: Patch: Remove gcc dependency in definition of inline functions  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Patch: Remove gcc dependency in definition of inline functions
Список pgsql-hackers
On mån, 2009-11-30 at 07:06 -0500, Bruce Momjian wrote:
> I thought one problem was that inline is a suggestion that the compiler
> can ignore, while macros have to be implemented as specified.

Sure, but one could argue that a compiler that doesn't support inline
usefully is probably not the sort of compiler that you use for compiling
performance-relevant software anyway.  We can support such systems in a
degraded way for historical value and evaluation purposes as long as
it's pretty much free, like we support systems without working int8.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Feature request: permissions change history for auditing
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch: Remove gcc dependency in definition of inline functions