コンピューター用語辞典

日外アソシエーツ株式会社

multi-pass compiler

複数パスコンパイラ

用例
調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

日英・英日専門用語辞書

日中韓辭典研究所

multi-pass compiler

複数パスコンパイラ

ウィキペディア英語版

出典:Wikipedia

Multi-pass compiler

出典:『Wikipedia』 (2010/04/19 19:07 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

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 emits the final code.

Multi-pass compilerのページの著作権