小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > JMdict > 実行時コンパイラの英語・英訳 

実行時コンパイラの英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 Just-in-time compilation


JMdictでの「実行時コンパイラ」の英訳

実行時コンパイラ


「実行時コンパイラ」の部分一致の例文検索結果

該当件数 : 32



例文

実行時コンパイラシステム及び実行コンパイル方法例文帳に追加

EXECUTION COMPILER SYSTEM AND EXECUTION COMPILING METHOD - 特許庁

コンパイラ装置、コンパイラプログラム、記録媒体、コンパイル方法、実行情報生成装置、及び実行情報生成プログラム例文帳に追加

COMPILER SYSTEM, COMPILER PROGRAM, RECORDING MEDIUM, COMPILING METHOD, AND DEVICE AND PROGRAM FOR GENERATING EXECUTION TIME INFORMATION - 特許庁

コンパイラに提示したバイトコード群から、実行時コンパイラにおいてネーティブ・コードを生成し最適化するシステムを提供する。例文帳に追加

To produce a native code in an execution time compiler from a bytecode group presented on a compiler and to provide a system which optimizes it. - 特許庁

実行間が短い(実行性能が高い)オブジェクトプログラムの生成が可能となるコンパイラを実現する。例文帳に追加

To actualize a compiler capable of generating an object program which is short in execution time (high in execution performance). - 特許庁

MPI手続の呼び出し部分をコンパイラによる最適化の対象とすることによって、プログラムの実行間を短縮させることができるコンパイラによる最適化方法を提供する。例文帳に追加

To provide an optimization method by a compiler for shortening the executing time of a program by using the calling part of an MPI procedure as the target of optimization by the compiler. - 特許庁

条件実行命令を利用するコンパイラであって、原始プログラムにthen側とelse側との実行サイクル数のバランスが悪い分岐命令が含まれる場合であっても、実行の性能を低下させないアセンブラコードを生成可能なコンパイラを提供する。例文帳に追加

To provide a compiler using a condition performance instruction capable of generating an assembler code for preventing the deterioration of performance at the time of performance even when any branch instruction leading to the unbalanced number of then side and else side performance cycles is included in an original program. - 特許庁

例文

並列コンパイラにおいて、プログラム実行のプロセッサ間通信量を削減することができる、システムの提供。例文帳に追加

To provide a system capable of reducing the quantity of inter-processor communication at the time of executing a program in a parallel compiler. - 特許庁

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

Weblio英和対訳辞書での「実行時コンパイラ」の英訳

実行時コンパイラ

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Weblio例文辞書での「実行時コンパイラ」に類似した例文

実行時コンパイラ

例文

to keep something from being performed

6

実行にとりかからせる

例文

to make someone start to carry out something

例文

carry out

例文

the act of carrying out a task

例文

a pre-compiled , pre-linked program that is ready to run under a given operating system

例文

execute and deliver

30

実行すべからざる

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「実行時コンパイラ」の部分一致の例文検索結果

該当件数 : 32



例文

いくつかのチェックはコンパイル実行でき、コンパイラの警告として表示される。 他のチェックは実行に行われ、チェックに失敗した場合には実行エラーとなる。例文帳に追加

Some of the checks can be performed at compile time, and result in compiler warnings; other checks take place at run time, and result in a run-time error if the check fails.発音を聞く  - JM

関数呼出しなどに実行される一括転送命令に必要な実行間や記憶領域を最小にするコンパイラにおけるレジスタ割付方法等を実現する。例文帳に追加

To realize a register allocating method in a compiler for minimizing a performing time or a storage area necessary for an batch transfer instruction to be performed when calling a function. - 特許庁

一回のコンパイルで様々なプラットフォームで実行できる能力は、プログラムが実行されるにJavaのバイトコードをネイティブコードにコンパイルするjust-in-timeコンパイラ(JIT)を使用することによってもたらされます。例文帳に追加

To makeplatform independence possible the Java compiler compiles the Java code to an intermediate representation called "Java bytecode" that runs on a JRE (JavaRuntime Environment) and not directly on the operating system. - Gentoo Linux

マイクロプロセッサの命令実行におけるデータコンフリクトの発生を自動的に判定し、コンパイラによる最適化を必要とせずに、データコンフリクトを回避することが可能な命令実行制御方式を実現する。例文帳に追加

To realize an instruction execution control system capable of automatically determining generation of data conflict in instruction execution by a microprocessor, and avoiding the data conflict without needing optimization by a compiler. - 特許庁

ランタイムをターゲットとする言語コンパイラで開発されるマネージコードの実行環境のコンテキストにおいて、実行に先立ってコーディングエラーを低減する。例文帳に追加

To reduce coding errors before execution, in a context of an execution environment of a management code developed by a language compiler targeting runtime. - 特許庁

コンパイラが、コンパイル中に、データ構造(200)を生成し、その一方で、実行に、言語支援ライブラリ内のルーチンが、生成されたデータ構造(200)にアクセスして、動的キャストを実行する。例文帳に追加

A compiler generates data structure (200) during compiling and a routine within a language supporting library accesses to generated data structure (200) at the time of execution to execute a dynamic cast. - 特許庁

プロセッサ上で実行されるプログラムの実行速度を低下させることなく、そのプログラムの実行におけるプロセッサ内の各リソースの制御を行ってプロセッサの低消費電力化を可能とするプログラムの実行モジュールを生成するコンパイラ及びコンパイル方法を提供する。例文帳に追加

To provide a compiler and a compilation method for generating an execution module of a program, allowing reduction of power consumption of a processor by controlling each resource inside the processor in execution of the program without reducing execution speed of the program executed on the processor. - 特許庁

例文

本発明では、仮想データベースのリモートアクセス手法により設計の負担を軽減しつつ、実行の性能も確保するためのコンパイラを提供する。例文帳に追加

To provide a compiler for securing performance in execution while reducing a burden in designing by remote access technique of a virtual access database. - 特許庁

>>例文の一覧を見る

「実行時コンパイラ」の英訳に関連した単語・英語表現

実行時コンパイラのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
EDRDGEDRDG
This page uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's licence.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS