|
Hi,
I need to compare current method with method #printIt in InterpreterSimulator.
I tried to print the method name and compare with selector #printIt. Printing method name is very slow.
Is there any other way to do this? Is there a way to get method pointer to selector #printIt? If yes, that #printIt is in the same class as current method?
Thanks.
Ang Beepeng
|