Seeing where ARC is inserting retain and releases

后端 未结 2 1854
北荒
北荒 2021-02-12 15:29

Is there a compiler option (or some other way) to see where ARC is inserting retain and releases? This is mostly out of curiosity. I can see them in the disassembly code, but

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-12 15:52

    No, it does not. I agree though, it would be a pretty neat addition (although it wouldn't serve many functions)! And like you said, you can look in the disassembly code if you are really curious.

提交回复
热议问题