COMPILED CODE Meaning in Japanese - translations and usage examples

[kəm'paild kəʊd]
[kəm'paild kəʊd]
コンパイルされたコードを
コンパイル済みコードは

Examples of using Compiled code in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Get the compiled code.
コンパイルされコードを得る。
Why doesn't the JVM cache JIT compiled code?
なぜJVMはJITコンパイルされたコードをキャッシュしないのですか?
Note: some compiled code is linked together, but not to create a final program.
注:一部のコンパイル済みコードはリンクされていますが、最終的なプログラムは作成されません。
This is related directly to the compiled code of the APK.
これは、APKのコンパイルされたコードに直接関係します。
This means that without the aforementioned compiler constant,the Pure attribute will be stripped away from your compiled code.
つまり、前述のコンパイラ定数がないと、Pure属性はコンパイル済みコードから削除される。
Note: Since this library handles compiled code, it is relatively OS dependent.
注:このライブラリはコンパイルされたコードを処理するため、比較的OSに依存します。
Ensure that Flow syntax is stripped from the compiled code.
Flowの型定義をコンパイル時にコードから剥がすように設定する。
The linkage is accomplished in the compiled code by using these numeric offsets.
リンケージはこれらの数値オフセットの使用によりコンパイルされたコードの中で遂行されます。
The system does not force developers touse any kind of third party dll or compiled code.
このシステムは、開発者に、第三者のDLLやコンパイルされたコードを使うことを強要しません。
Depending on the language, this might be compiled code or a consistent set of interpreted code..
言語に応じて、これはコンパイルされたコードまたは解釈されたコードの一貫したセットである場合があります。
Because main is never called again,a simple JVM would never use this compiled code.
Mainが再度呼び出されることはないため、単純なJVMでは、このmainのコンパイル済みコードは決して使用されません。
People were experimenting, but compiled code wasn't running as fast as they expected, compared to other languages.
たくさんの人が実験を行いましたが、コンパイルされたコードは期待しているほど他の言語に比べ、速くは動作しませんでした。
For this to be possible there has to be a standard interface all developmentlanguages adhere to so they can use the compiled code.
これを可能にするには、コンパイル済みのコードを使用できるように、すべての開発言語が準拠する標準インターフェイスを用意する必要があります。
Note that packages only contain compiled code, so debugging a package requires finding its source and loading that directly.
パッケージにはコンパイル済みコードしか入っていないので、パッケージをデバッグするにはそのソースを見つけてきて直接ロードするしかないことに注意。
This approach keeps the templates easy to maintain,and yet keeps execution times extremely fast since the compiled code is just PHP.
こうすることで、テンプレートは保守しやすくなり、それでいて実行速度は高速になります。だって、コンパイルされたコードは単なるPHPスクリプトなのですから。
The app bundle includes all your app's compiled code and resources, but defers APK generation and signing to Google Play.
この形式のバンドルにはゲームのコンパイル済みコードとリソースがすべて含まれますが、APKの生成とGooglePlayへの署名を遅延させることができます。
I also want to please the owners of television set-top boxes at AML8726MX- to having sewed devices updated software,While I have no compiled code but as current….
私もAML8726MXでテレビセットトップボックスの所有者を喜ばせたいです。-デバイスを縫ったことにソフトウェアを更新しました。,コンパイルされたコードが、現在としては持たない…。
Metadata provides all the information required about compiled code for you to inherit a class from a PE file written in a different language.
メタデータは、他の言語で記述されているPEファイルからクラスを継承するのに必要な、コンパイル済みコードについてすべての情報を提供します。
In practice, optimized compiled code will compute such values early(which is permitted if, for example, the computation has no side effects and throws no exceptions), store them early(before entering a loop, for example), and keep them in working registers for later use within the loop.
実際,最適化されたコンパイル済みコードは,このような値を前もって計算し(これは,例えば,計算が副作用を持たず,例外を投げないときにだけ許されている),前もって早めに記憶し(例えば,ループに入る前に),(例えば,ループ内での)後の使用のために作業レジスタに保持する。
In absolute terms, on a full-size application,JIT compilation is expected to be able to outperform AOT compiled code in real benchmarks, although the details are dependent on workload.
絶対的には、フルサイズのアプリケーションにおいてJITコンパイルは実際のベンチマークでAOTコンパイルされたコードより効率がよいと考えられる。
Subject to the terms and conditions of this Agreement,Licensee may freely redistribute source code or compiled code that is entirely Licensee's own and does not contain any Redistributables.
本契約の条項に従うことを条件として、再配布可能ファイルを含まない、お客様自身のソースコードやコンパイルされたコードは自由に再配布できます。
The most important purposes are to create ST objects and to convert ST objects toother representations such as parse trees and compiled code objects, but there are also functions which serve to query the type of parse tree represented by an ST object.
もっとも重要な目的はSTオブジェクトを作ることと、STオブジェクトを解析木とコンパイルされたコードオブジェクトのような他の表現に変換することです。しかし、STオブジェクトで表現された解析木の型を調べるために役に立つ関数もあります。
Only compile code that is genuinely important to your business;
ビジネスにとって本当に重要なことだけを目的にコードを作成します
Chapter 2 covers how Ruby compiles code.
第3章Rubyはどのようにコードを実行するか
Beyond the addition of a new JIT tier,Chakra can now split the job of compiling code to many background threads.
JIT階層の追加以外にChakraは、多くのバックグラウンドスレッドで分割してコードをコンパイルすることができる。
Various options affecting how Ajhc interprets and compiles code can be controlled with the'-f' flag, the following options are availible, you can negate any particular one by prepending'no-' to it.
Ajhcの解釈やコンパイルは'-f'フラグでコントロールできる。これらのオプションを以下に列挙する。また、その効力は'no-'をフラグ名に付けることで無効化できる。
In order for some npm packages to work(those that require compiling code from source, for example), you will need to install the build-essential package:.
ただし、一部の'npm'パッケージ(ソースからコードをコンパイルする必要があるパッケージなど)を機能させるには、'build-essential+'パッケージをインストールする必要があります。
However, in order for some npm packages to work(such as those that require compiling code from source), you will need to install the build-essential package:.
ただし、一部の'npm'パッケージ(ソースからコードをコンパイルする必要があるパッケージなど)を機能させるには、'build-essential+'パッケージをインストールする必要があります。
Removing the requirement to build KiCad during plugin development greatlyincreases productivity by ensuring that the developer only compiles code directly related to the plugin which is being developed and thus reducing the time required for each build and test cycle.
開発者が直接プラグインに関するコードをコンパイルするだけで済むことが保証されると、その結果として各ビルトとテストのサイクルに必要な時間を減らすことができるので、プラグイン開発においてKiCadをビルドする必要をなくすということは、生産性を大きく向上させることになります。
Results: 29, Time: 0.0285

Word-for-word translation

Top dictionary queries

English - Japanese