On 16/03/07, Nick Rout <[EMAIL PROTECTED]> wrote:
There is not a one to one correspondence between source code and object code, ie you change compilers, or even compiler options within the same compiler, and you get different object code.
It's a complicated many to many relationship. Many different sources, even in the same language, may describe the same functional behaviour. Consider source code obfuscaters as one example. Cheers, Carl.
