Translator (computing): Difference between revisions

Content deleted Content added
m switched to a vector version of a diagram
Line 20:
 
There are clear disadvantages when translating high-level code with a compiler.<ref name=":2" />
[[File:Compiler scheme (en).pngsvg|thumb|This image represents the translation process through a compiler.]]
 
* Object code produced during compilation is specific to a machine's [[instruction set architecture]] (ISA). This results in object code that is dependent on a specific type of machine in order to run.