Re: [PATCH] Magic block for modules

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [PATCH] Magic block for modules
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA35383@algol.sollentuna.se
обсуждение исходный текст
Ответ на [PATCH] Magic block for modules  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-patches
> > it's considered the linker's job to prevent loading 32-bit
> code into a
> > 64-bit executable or vice versa, so I don't think we need to be
> > checking for common assumptions about sizeof(long).
>
> I know ELF headers contain some of this info, and unix in
> general doesn't try to allow different bit sizes in one
> binary. Windows used to (maybe still has) a mechanism to
> allow 32-bit code to call 16-bit libraries. Do they allow the
> same for 64-bit libs?

Yes, but it's not something that it does automatically - you have to
specifically seti t up to call the thunking code. It's not something I
think we need to support at all. (Performance is also quite horrible -
at least on 16 vs 32, I'd assume the same for 32 vs 64)


//Magnus

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [PATCH] Magic block for modules
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Page at a time index scan