https://bugs.llvm.org/show_bug.cgi?id=34069

            Bug ID: 34069
           Summary: Option to inline Objective-C methods by default
           Product: clang
           Version: 5.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: libclang
          Assignee: unassignedclangb...@nondot.org
          Reporter: michael.ei...@gmail.com
                CC: kli...@google.com, llvm-bugs@lists.llvm.org

Because the vast majority of Objective-C methods in my projects don't get
swizzled, it would be great to replace calls to Objective-C methods by default
to C function calls of the original function for that method. Then I could
annotate the few that I do need to potentially swizzle. This would be a great
performance win, as objc_msgSend takes around 5-15% of CPU time according to
the profiler and to talks with engineers who work on that function.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to