Objective-C optimization

Posted by SpecialK on Stack Overflow See other posts from Stack Overflow or by SpecialK
Published on 2010-03-28T23:22:20Z Indexed on 2010/03/28 23:23 UTC
Read the original article Hit count: 398

Filed under:
|

Are there standard optimization tricks for Objective-C to make for faster execution along the lines of "inlining" frequent methods as in C++ or the "g++ -fast" tag?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about optimization