Hacker News new | ask | show | jobs
by maxxk 2360 days ago
And also because of function overloading in, say, C++. To link code two functions with the same identifier which differ only in signature (e.g. types of arguments), we need to pass them to linker as two different functions with different identifiers.