Re: No warnings for unreferenced code in eu40b2 build r3025
- Posted by alanjohnoxley Jan 03, 2010
- 1139 views
Hmm...
But what about the linker when the object code is compiled and linked...
Its job is make sure a jump/goto/branch target is valid?
Else it must be a self modifying program to know where to branch to..
If all possible entry points (procedure / function) are compared with all branches, won't this show what is redundant?
Regards, Alan