• Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Quote:

    jacadcaps wrote:
    Quote:

    asrael22 wrote:
    At which stage is the Objective-C runtime implementation?



    It's 2.0 but with no GC (yuck) or ARC (sadly).

    OK, that's fine. Manual memory management in Objective-C isn't that bad. And there is also autorelease pool.
    As for ARC, yeah, would be nice.
    But it's not useful for all cases. In a larger project with a C++ backend library I'm having a lot of trouble with ARC where it does release C++ backend objects too early and such.


    Manfred
  • »20.02.18 - 14:59
    Profile