Re: code folding
Re: code folding
- Subject: Re: code folding
- From: Eric Albert <email@hidden>
- Date: Wed, 26 Oct 2005 20:19:49 -0700
On Oct 26, 2005, at 5:54 PM, John Mikros wrote:
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:
This email sent to email@hidden
References: | |
| >code folding (From: John Mikros <email@hidden>) |