[Bug libobjc/18575] New: objc_class subclass_list and sibling_class not filled out after dlopen
ratmice at yahoo dot com
gcc-bugzilla@gcc.gnu.org
Sat Nov 20 01:20:00 GMT 2004
after dlopen on a shared library with objc classes
__objc_resolve_class_links() isn't called until an object is sent a message for
the first time or a class poses as another class.
i currently call this private function after loading them, but not sure if it
could be done in the ctor (if there is a way to do this without traversing the
class list twice?)
--
Summary: objc_class subclass_list and sibling_class not filled
out after dlopen
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: libobjc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ratmice at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18575
More information about the Gcc-bugs
mailing list