CodeWarrior 9 has the ability to find identical functions in your
code at link time and throw out the duplicates, even if the
functions have different names. This is enabled by selecting Code
Folding popup menu -> Any Safe Functions in the linker options pane.
Is this possible in Xcode/GCC? I know that it will coalesce
template expansions, but I'm asking about cases where the function
names are different, but they generate the same code.
I may be wrong, but I don't think our linker does this today. I'd
suggest filing a bug report asking for it.
-Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden