Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
guenthert
on Jan 14, 2023
|
parent
|
context
|
favorite
| on:
Mold – A really fast linker
Well,
you
might know that all those source files belong to exactly one executable (or library), but how would the compiler know?
wmf
on Jan 15, 2023
[–]
You could combine the build system (e.g. make), the linker, and the compiler into one app that knows everything and does it all in memory. It could be slightly faster but much less flexible.
colejohnson66
on Jan 15, 2023
|
parent
[–]
Isn't that what msbuild does for .NET (Core and 5+, not Framework)? The `obj` directory contains some intermediate stuff, but not object files.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: