Hacker News new | ask | show | jobs
by cesarb 3082 days ago
Isn't linking the step which needs the most memory?
1 comments

Yes, but you can't easily avoid doing linking in the local machine, because the output of linking depends on what system libraries there currently are. Also, it doesn't need _that_ much memory. You're still doing all the CPU-intensive parts on the powerful machine, thus saving time and likely keeping the non-powerful machine from overheating.