Comment by saagarjha
6 years ago
> In the extreme case, we could make a system where everything is an opaque pointer and there's only one function that just sends things strings containing commands.
Interestingly, Objective-C has other ABI issues…
6 years ago
> In the extreme case, we could make a system where everything is an opaque pointer and there's only one function that just sends things strings containing commands.
Interestingly, Objective-C has other ABI issues…
what are the issues?
ivar layout: http://www.sealiesoftware.com/blog/archive/2009/01/27/objc_e...
The fragile ivar issue is fixed in the modern Objective-C runtime.
1 reply →