VAX portt was Re: [HACKERS] configure on linux

From: Andrew Martin <martin(at)biochemistry(dot)ucl(dot)ac(dot)uk>
To: hackers(at)postgresql(dot)org
Subject: VAX portt was Re: [HACKERS] configure on linux
Date: 1998-02-06 11:22:57
Message-ID: 199802061122.LAA25546@bsmir06.biochem.ucl.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> You misunderstand me. I didn't suggest removing the S_LOCK() et al
> macros. What I meant was that the actual assembly implementation of
> tas() itself might be better off in a separate source file. As an
> example, here is my current version of the locking code for the VAX,
> in s_lock.h (bbssi is "branch on bit set and set, interlocked"):
>
> static int tas(slock_t *lock) {

With the difficult bit done, maybe I should take a look at getting it
running on the old VMS uVAX-II I have sitting at home :-)

Andrew

----------------------------------------------------------------------------
Dr. Andrew C.R. Martin University College London
EMAIL: (Work) martin(at)biochem(dot)ucl(dot)ac(dot)uk (Home) andrew(at)stagleys(dot)demon(dot)co(dot)uk
URL: http://www.biochem.ucl.ac.uk/~martin
Tel: (Work) +44(0)171 419 3890 (Home) +44(0)1372 275775

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-02-06 12:59:56 Re: The new 'isinf.c' function in port.
Previous Message Jan Wieck 1998-02-06 10:15:58 Re: [HACKERS] PL code and fmgr_addr