Re: anole: assorted stability problems

From: Andres Freund <andres(at)anarazel(dot)de>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: anole: assorted stability problems
Date: 2015-06-30 09:38:26
Message-ID: 20150630093826.GR30708@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2015-06-29 23:05:55 -0400, Robert Haas wrote:
> Personally, I have found that _Asm_double_magic_xyzzy makes is not
> nearly as cromulent as _Asm_triple_magic_plugh. But then, trying to
> figure out compiler intrinsics on strange platforms makes me feel very
> much like I'm in a maze of twisty little passages, all alike.

;)

Sometimes it even seems easier to just use actual assembler, inline or
not, than use intrinsics. But even the raw instructions, especially
their coherency side effects, are often poorly documented. It's a
mess. It's not helped by the fact that a lot of the web searches for
topics around this by now bring up postgresql archives.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2015-06-30 09:46:53 Re: pg_trgm version 1.2
Previous Message Andres Freund 2015-06-30 09:35:56 Re: anole: assorted stability problems