| From: | "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at> |
|---|---|
| To: | "Tatsuo Ishii" <t-ishii(at)sra(dot)co(dot)jp> |
| Cc: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: 7.1 vs. 7.2 on AIX 5L |
| Date: | 2002-01-14 09:16:43 |
| Message-ID: | 46C15C39FEB2C44BA555E356FBCD6FA41EB4AB@m0114.s-mxs.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Zeugswetter Andreas SB SD | 2002-01-14 11:22:21 | Re: again on index usage |
| Previous Message | Andy Samuel | 2002-01-14 06:11:34 | Tablespace and clustering |