Jump to content

Code generation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 1.22.24.169 (talk) at 05:22, 7 May 2012 (See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Code generation may refer to:

  • Code generation (compiler), a mechanism to produce the executable form of computer programs, such as machine code, in some automatic manner
  • Automatic programming (source code generation), the act of generating source code based on an ontological model such as a template


The input to a code generation phase is an intermediate language program and the output is the object program. intermediate language program: which is the input can be in any form such as trible oq syntax tree. assembly language program: the output object proggram can be in any formsuch as absolute language program.