Y
Hacker News
new
|
ask
|
show
|
jobs
by
astrange
4461 days ago
main() is the entry point function in newer OS X versions. Why ship crt0 in everything when you can put it in dyld?
1 comments
derefr
4461 days ago
crt0 would still get linked into
static
binaries in OSX, I presume.
link
nknighthb
4461 days ago
What static binaries would those be?
https://developer.apple.com/library/mac/qa/qa1118/_index.htm...
link