Re: 7.1 vs. 7.2 on AIX 5L

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: 7.1 vs. 7.2 on AIX 5L
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA41EB4AB@m0114.s-mxs.net
обсуждение исходный текст
Ответ на 7.1 vs. 7.2 on AIX 5L  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: 7.1 vs. 7.2 on AIX 5L
Список pgsql-hackers
> > isync only affects the running processor.
> 
> I have tried LinuxPPC's TAS code but AIX's assembler complains that
> lwarx and stwcx are unsupported op. So it seems that we need to tweak
> your code actually.

The problem is, that the default on AIX is to produce architecture independent
code (arch=COM). Unfortunately not all AIX architectures seem to have these 
instructions. With arch=ppc it works (two lines adjusted .globl .tas and .tas:).
My worry is, that the Architecture book sais that the isync is necessary on SMP. 
I wonder why that would not also apply to LinuxPPC or Apple.

Andreas


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

Предыдущее
От: "Andy Samuel"
Дата:
Сообщение: Tablespace and clustering
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: again on index usage