-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Nat! edited this page Jan 3, 2021
·
23 revisions
For more high-level topics, check MulleObjC WIKI See DeRe MulleObjC for possibly easier to read and more up-to-date information
- Allocating and initializing objects manually
- Allocators used by the runtime
- Calling a method, that's been overridden by a category
- Calling an Objective C IMP with floating point parameters
- Calling an Objective C IMP with floating point return value
- Calling an Objective C IMP with no parameters
- Calling an Objective C IMP with two (or more) parameters
- Checking for mulle objc at compile time
- Dealing with ... (variable arguments)
- Dealing with isa
- Dealing with va_list arguments
- Coverage Support
- Debugging Support
- Fixing problems with Protocol *
- JIT with mulle-clang
- mulle objc runtime functions and their Apple runtime counterparts
- How to make an optimizable static library
- How to name a mulle-objc-runtime function
- How the optimizer works
- Properties and their instance variables
- Understanding +load order of classes and categories