Multi-pass compiler

id: multi-pass-compiler-247-7567278
title: Multi-pass compiler
text: A multi-pass compiler is a type of compiler that processes the source code or abstract syntax tree of a program several times. This is in contrast to a one-pass compiler, which traverses the program only once. Each pass takes the result of the previous pass as the input, and creates an intermediate output. In this way, the (intermediate) code is improved pass by pass, until the final pass produces the final code. Multi-pass compilers are sometimes called wide compilers, referring to the greater
brand slug: wiki
category slug: encyclopedia
description: Software development tool
original url: https://en.wikipedia.org/wiki/Multi-pass_compiler
date created:
date modified: 2023-12-05T14:13:30Z
main entity: {"identifier":"Q6934486","url":"https://www.wikidata.org/entity/Q6934486"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part