Object code: Difference between revisions

Content deleted Content added
Kimiko (talk | contribs)
m added context 'computer science'
#REDIERCT object file
Line 1:
#REDIRECT [[object file]]
In [[computer science]], '''object code''' is an intermediate representation of code generated by a [[compiler]] after it processes a [[source code]] file. Object files contain compact, pre-parsed code that can be [[linker|linked]] with other object files to generate a final [[executable]] or code [[library (software)|library]].