Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
twoodfin
10 months ago
|
parent
|
context
|
favorite
| on:
Apple’s Darwin OS and XNU Kernel Deep Dive
Objective-C does have a runtime that maintains all the state necessary to implement the APIs in the documentation you linked.
For example, how to map class objects to string representations of their names.
dcrazy
10 months ago
[–]
Yep, ObjC programs call into the runtime every time they call a method.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For example, how to map class objects to string representations of their names.