pgsql/src/include/storage (s_lock.h)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/storage (s_lock.h)
Date: 2000-12-30 02:34:56
Message-ID: 200012300234.eBU2Yug36398@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, December 29, 2000 @ 21:34:56
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/storage
from hub.org:/home/projects/pgsql/tmp/cvs-serv36391

Modified Files:
s_lock.h

----------------------------- Log Message -----------------------------

Clean up spinlock assembly code slightly (just cosmetic improvements)
for Alpha gcc case. For Alpha non-gcc case, replace use of
__INTERLOCKED_TESTBITSS_QUAD builtin with __LOCK_LONG_RETRY and
__UNLOCK_LONG. The former does not execute an MB instruction and
therefore was guaranteed not to work on multiprocessor machines.
The LOCK_LONG builtins produce code that is the same in all essential
details as the gcc assembler code.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-12-30 02:48:04 pgsql/src/test/regress (resultmap)
Previous Message Tom Lane 2000-12-30 02:02:46 Re: pgsql/src (Makefile.global.in)