[C++-sig] Re: Interest in luabind

David Abrahams dave at boost-consulting.com
Mon Jun 23 03:22:09 CEST 2003


"Ralf W. Grosse-Kunstleve" <rwgk at yahoo.com> writes:

> Hm, not having done the implementation I cannot tell for sure. I am
> guessing that the registry, which resides in boost_python.dll, holds
> essentially a few pointers to functions for the convertible() test and
> the construct() stage. The machine code for these functions is in the
> extension with the wrappers (i.e. the translation unit with the class_<>
> instantiation). The other extensions get these function pointers from
> the registry and then use the machine code from the first extension.
> David, is this a reasonably accurate view?

Yep.
-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





More information about the Cplusplus-sig mailing list