Why doesn't iOS have automatic garbage collection?

Viewed 3777

When developing with Objective-C on iOS, memory management currently must be performed by the developer. Some of the other mobile platforms use automatic garbage collection to remove the need for managing memory.

What could be the reasons why garbage collection is not used on the iOS devices?

3 Answers
Related