From: Panayotis K. <pan...@pa...> - 2010-03-25 16:48:44
|
I have another question: At the produced code, I can see something like: [_r0.o release]; _r0.o = [NSNull null]; [_r1.o release]; _r1.o = [NSNull null]; [_r2.o release]; _r2.o = [NSNull null]; … for all variables. Is this necessary? Of course it is not something that will harm, but maybe even these few cpu cycles might be important :) |