Re: pgsql: Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange.
Date
Msg-id 20525.1147983809@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange.  (momjian@postgresql.org (Bruce Momjian))
Responses Re: pgsql: Add simplified sparc8 ASM for solaris_sparc.s,
List pgsql-committers
momjian@postgresql.org (Bruce Momjian) writes:
> Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange.

Has this actually been tested at all?

The reason I don't think it works is that ldstub and cas are not
interchangeable; they don't even work on the same data width.
Surely there need to be some #ifdefs in s_lock.h as well.

            regards, tom lane

pgsql-committers by date:

Previous
From: xzilla@pgfoundry.org (User Xzilla)
Date:
Subject: dbsamples - pagila: Imported Sources
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use unsigned into for slock_t for pre-sparcv8plus.