Re: WIP: Faster Expression Processing and Tuple Deforming (including JIT)

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: WIP: Faster Expression Processing and Tuple Deforming (including JIT)
Дата
Msg-id CAMsr+YHNutVSGUscAvV3Sf-Om0cvk0=hQDgWVa9g3Ka2i8T9-Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WIP: Faster Expression Processing and Tuple Deforming (including JIT)  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: WIP: Faster Expression Processing and Tuple Deforming (including JIT)
Список pgsql-hackers
On 7 December 2016 at 04:13, Robert Haas <robertmhaas@gmail.com> wrote:

> I wonder how feasible it would be to make this a run-time dependency
> rather than a compile option.

Or something that's compiled with the server, but produces a separate
.so that's the only thing that links to LLVM. So packagers can avoid a
dependency on LLVM for postgres.

I suspect it wouldn't be worth the complexity, the added indirection
necessary, etc. If you're using packages then pulling in LLVM isn't a
big deal. If you're not, then don't use --with-llvm .

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Password identifiers, protocol aging and SCRAM protocol
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Separate connection handling from backends