Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Somewhat off-topic, but looking at the readme of JSONKit [1] I found: "At this time, there are no plans to support ARC in JSONKit. Although tenative [sic], it is extremely unlikely that ARC will ever be supported, for many of the same reasons that Mac OS X Garbage Collection is not supported."

Which seems kind of weird, seeing as ARC is going to be the default pretty soon.

[1] https://github.com/johnezang/JSONKit



Not that this matters, though, because ARC and non-ARC code can call each other.


Have you ever looked at the code in JSONKit? It makes perfect sense that it won't support ARC. JSONKit has a lot of small optimizations that deal with allocating memory that interfere with ARC and the assumptions the compiler needs to be able to make for ARC to work.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: