|
|
|
|
|
by boricj
411 days ago
|
|
The linker stitches object files together, regardless of their origin. If a compiler directly outputs a finalized artifact, then it would be impossible to add code written in other programming languages into the mix unless the compiler also doubles as a linker. |
|
Is this really that important that we cannot skip this requirement?