コンピューター用語辞典

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

one-pass compiler

ワンパスコンパイラ

ソースファイルを1だけ入力してコンパイルし,オブジェクトプログラム生成可能にしたコンパイラのこと.

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

JST科学技術用語日英対訳辞書

独立行政法人科学技術振興機構

one‐pass compiler

ワンパスコンパイラー

日英・英日専門用語辞書

日中韓辭典研究所

one-pass compiler

ワンパスコンパイラ

ウィキペディア英語版

出典:Wikipedia

One-pass compiler

出典:『Wikipedia』 (2011/03/16 16:58 UTC 版)

英語による解説

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

In computer programming, a one-pass compiler is a compiler that passes through the source code of each compilation unit only once. In other words, a one-pass compiler does not "look back" at code it previously processed. Another term sometimes used is narrow compiler, which emphasizes the limited scope a one-pass compiler is obliged to use. This is in contrast to a multi-pass compiler which traverses the source code and/or the abstract syntax tree several times, building one or more intermediate representations that can be arbitrarily refined.

閲覧履歴

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