Displaying 1 result from an estimated 1 matches for "objc_property_list".
2016 Sep 26
4
objc object file generated for gnustep runtime for ELF target is too big
...tp://llvm.org/releases/3.8.0/clang+llvm-3.8.0-x86_64-apple-darwin.tar.xz
(
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
)
gives another results:
1. object file has 159044 bytes size
2. in disassembler a lot of unnecessary .objc_property_list, .objc_method_list, .objc_protocol_list and .objc_protocol in .bss and .data section
3. the final binary size is 101837 bytes size
If comment in above sample #import <UIKit/UIKit.h, the size of object file and binary file in xcode compilation will be the same,
but s...