1153万例文収録!

「byte code interpreter」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > byte code interpreterに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

byte code interpreterの部分一致の例文一覧と使い方

該当件数 : 14



例文

To efficiently execute a byte code by combining an interpreter and a compiler.例文帳に追加

インタープリタとコンパイラを組み合わせてバイトコードの効率的な実行を行う。 - 特許庁

Programs actually sent themselves over the network, and I'd written a byte code interpreter for mobile code. 例文帳に追加

プログラムは実際に自分自身をネットワークに送り出した.そして私はモバイル・コード用のバイトコード・インタプリタを書いたのである. - コンピューター用語辞典

The expanded byte code is executed as interpreting it by every instruction by using an interpreter (S10).例文帳に追加

インタプリタを用いて、伸張済みのバイトコードが1命令ずつ解釈されながら実行される(S10)。 - 特許庁

Moreover, the interpreter 326 speculatively decodes the candidate of the the second byte code ahead by using the dead pipe line of the CPU for masking any overhead generated at the time of decoding the byte code.例文帳に追加

さらに、インタプリタ326は、2つ後のバイトコードの候補を、CPUのパイプラインの空きを利用して投機的にデコードすることにより、バイトコードのデコードの際に生じるオーバーヘッドを隠蔽する。 - 特許庁

例文

This execution mode includes a mode to immediately compile a method including the loop and a mode to execute the byte code by the interpreter.例文帳に追加

この実行モードは、ループを含むメソッドを直ちにコンパイルするモードと、インタープリタがバイトコードを実行するモードとを含む。 - 特許庁


例文

The byte code forms the method, which is sent to an interpreter 204 once it is decided that the method need not be compiled.例文帳に追加

バイトコードはメソッドを形成し、メソッドをコンパイルしなければならないことの判定がないことに応答して、メソッドはインタープリタに送られる。 - 特許庁

When reading a byte code and processing in an interpreter, switching between a general mode and a formula mode is executed depending on whether a work value exists in a stack or not, and different instructions can be executed based on the same byte code.例文帳に追加

インタプリタにおいてバイトコードを読み込んで処理する際に、スタック内にワーク値があるかによって一般モードと数式モードを切り換え、同一のバイトコードに基づいて異なる命令を実行することができる。 - 特許庁

The computer 1200 decides which method of the byte code program should be converted into a native code by referring to the profile information, makes it a native code by a native code compiler 1250, makes the method made the native code to be directly carried out by a CPU and the other methods to be sequentially interpreted and executed by a byte code interpreter 1240.例文帳に追加

プログラム実行コンピュータ1200は、プロファイル情報を参照してバイトコードプログラムのどのメソッドをネイティブコードに変換するか判断してネイティブコードコンパイラ1250によりネイティブコード化し、ネイティブコード化したメソッドはCPUに直接実行させて他のメソッドはバイトコードインタプリタ1240に逐次解釈実行させる。 - 特許庁

The compilation of the method whose compilation is requested is executed by a task different from a task to perform the execution of an instruction such as the execution of the byte code by the interpreter processing or the execution of the native code.例文帳に追加

コンパイル要求されたメソッドのコンパイルは、バイトコードのインタプリタ処理による実行又はネイティブコードの実行といった命令実行を行うタスクとは別のタスクで行う。 - 特許庁

例文

To provide a Java compiler in which the memory size and CPU load needed to execute byte code compilation can be made small and which can exchange detailed units with an interpreter.例文帳に追加

バイトコードコンパイル実行に要するメモリ量及びCPU負荷を小さくできると共に、インタプリタとの間で細かい単位の切り替えを行えるJavaコンパイラを提供する。 - 特許庁

例文

An interpreter 326 prepares n pieces of processing routines corresponding to n bytes included in the word of a CPU, and reuses a byte code loaded for processing a certain processing routine for the following processing routines, and minimizes the number of times that the CPU loads the byte code.例文帳に追加

本発明に係るインタプリタ326は、CPUのワードに含まれるnのバイトそれぞれに対応してn個の処理ルーチンを用意し、ある処理ルーチンを処理するためにロードしたバイトコードを、それに続く処理ルーチンのために再利用し、CPUがバイトコードをロードする回数を最小限にする。 - 特許庁

(Frozen modules are modules written in Python whose compiled byte-code object is incorporated into a custom-built Python interpreter by Python's freeze utility.See Tools/freeze/ for now.)例文帳に追加

(フリーズされたモジュールはPythonで書かれたモジュールで、そのコンパイルされたバイトコードオブジェクトがPythonのfreezeユーティリティを使ってカスタムビルトPythonインタープリタへ組み込まれています。 差し当たり、Tools/freeze/を参照してください。 - Python

In the case where an instruction to execute is a backward condition branching instruction in executing a byte code by the interpreter, whether the condition branching instruction is the back edge of a loop or not is judge S2.例文帳に追加

インタープリタによるバイトコード実行時に、実行する命令が後方への条件分岐命令である場合、当該条件分岐命令がループのバックエッジであるか判断する。 - 特許庁

例文

When calling a method in the execution process of a program, this program execution controller decides whether or not the method is uncompiled, and when the pertinent method is uncompiled, executes the byte code of the method by interpreter processing, and requests the compilation of the method, and when the method is already compiled, executes the native code of the method.例文帳に追加

本発明に係るプログラム実行制御装置は、プログラムの実行過程においてメソッドを呼び出す際に、当該メソッドが未コンパイルであるか否かを判定し、未コンパイルであれば、当該メソッドのバイトコードをインタプリタ処理で実行すると共に当該メソッドをコンパイルする要求を行い、コンパイル済であれば、当該メソッドのネイティブコードを実行する。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS