test-and-set for s390x and powerpc64

From: Reinhard Max <max(at)suse(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: test-and-set for s390x and powerpc64
Date: 2002-10-31 16:08:29
Message-ID: Pine.LNX.4.44.0210311648230.14190-300000@wotan.suse.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi,

the attached patches provide test-and-set assembler code for s390x
(64bit) and ppc64.

The s390x patch changes the existing implementation to a more
efficient version (according to the IBM guy who wrote it), that works
on both s390 architectures. It also changes the -fpic compiler flag to
-fPIC which is needed for some Linux platforms, and AFAIK doesn't hurt
on the others.

cu
Reinhard

Attachment Content-Type Size
postgresql-s390x.patch text/plain 849 bytes
postgresql-ppc64.patch text/plain 950 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-10-31 17:11:46 Re: Compiler options for plperl
Previous Message Reinhard Max 2002-10-31 15:47:46 Compiler options for plperl