API : constness ?
Andrea Griffini
agriff at tin.it
Sat Jun 12 05:59:34 EDT 2004
More information about the Python-list mailing list
Sat Jun 12 05:59:34 EDT 2004
- Previous message (by thread): python+kinterbas+gui+web+boa
- Next message (by thread): API : constness ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Isaac To <kkto at csis.hku.hk> wrote in message news:<7ismdfydxm.fsf at enark.csis.hku.hk>... > This is absolutely correct. It is simply impossible to make relocations > unnecessary, because the char* pointers stored in kwlist must point to the > absolute addresses of the static strings, which cannot be determined until > the python program actually loads the module (because, until then, we won't > be able to tell what part of the address space is available). And, supposing the pointers are declared constant, that can't be solved by the loader using relocation entries ? There are no architectures on which python runs in which executable modules require fixups by the loader ? Andrea
- Previous message (by thread): python+kinterbas+gui+web+boa
- Next message (by thread): API : constness ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list