ObjFW  Check-in [dcf845546a]

Overview
Comment:Initialize classes on the first dispatch.

This is no longer done in objc_msg_lookup() and thus allows direct class
references.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | runtime
Files: files | file ages | folders
SHA3-256: dcf845546af968e9326178974b0d5b225494bcb2ddd1595f9eb6279cbdd601f4
User & Date: js on 2012-05-09 13:55:09
Other Links: branch diff | manifest | tags
Context
2012-05-10
18:21
objc_hashtable_alloc() -> objc_hashtable_new(). check-in: 963db3089f user: js tags: runtime
2012-05-09
13:55
Initialize classes on the first dispatch. check-in: dcf845546a user: js tags: runtime
13:54
Better way of calling the forwarding handler. check-in: f5747ff94a user: js tags: runtime
Changes