Re: Re: PL/Python build

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re: PL/Python build
Дата
Msg-id 200105130230.f4D2UCu23535@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Re: PL/Python build  (Mark Hollomon <mhh@mindspring.com>)
Список pgsql-hackers
> Appently GCC on an i86/Elf based Linux platform, compiles _all_ code as 
> relocatable. So you can get alway with all kinds of stuff. But at least on 
> HPUX, the vendor compiler does not create relocatable objects unless 
> specifically asked to do so. And as a rule no-one does unless they are 
> creating a shared library.

Yes, the performance hit for relocatable code is measurable.  Good
point.  Does anyone know of a good doc/web page that talks about PIC,
shared libs, etc that is somewhat OS-independent?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: State of PL/Python build
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql/ /README /configure /configure.in /regis ...