Re: LLVM / clang

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: LLVM / clang
Дата
Msg-id 1276159773.32193.2.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на Re: LLVM / clang  (Florian Pflug <fgp@phlo.org>)
Список pgsql-hackers
On ons, 2010-06-09 at 09:59 +0200, Florian Pflug wrote:
> The most heavily platform dependent part of the code is the spinlock
> implementation. You might want to check that it actually uses the
> version optimized for your platform, not the (much slower) generic
> implementation based on semaphores.

You only get the slow implementation if you configure explicitly with
--disable-spinlocks.  A toolchain that didn't support spinlocks would
fail the build and then the user could use that option to get past that
problem.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: InvalidXLogRecPtr in docs
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: LLVM / clang