Content deleted Content added
İn Quran Tags: Reverted Mobile edit Mobile web edit |
ClueBot NG (talk | contribs) m Reverting possible vandalism by 88.240.130.215 to version by Siam2019. Report False Positive? Thanks, ClueBot NG. (4178732) (Bot) |
||
Line 1:
{{Short description|Computer program which combines multiple object files into a single file}}
{{Use dmy dates|date=January 2020|cs1-dates=y}}
[[File:Linker.svg|thumb|An illustration of the linking process. Object files and [[static library|static libraries]] are assembled into a new library or executable]]
In [[computing]], a '''linker''' or '''link editor''' is a computer [[System software|system program]] that takes one or more [[object file]]s (generated by a [[compiler]] or an [[assembler (computing)|assembler]]) and combines them into a single [[executable]] file, [[library (computing)|library]] file, or another "object" file.
A simpler version that writes its [[Input/output|output]] directly to [[Computer memory|memory]] is called the ''loader'', though [[loader (computing)|loading]] is typically considered a separate process.<ref name="IBM_1972"/><ref name="Barron_1978_Consolidator"/>
== Overview ==
|