Tracing just-in-time compilation
http://dbpedia.org/resource/Tracing_just-in-time_compilation an entity of type: TopicalConcept
トレーシング実行時コンパイル(トレーシングじっこうじコンパイル、トレーシングJIT、英: Tracing just-in-time compilation)は、プログラムの実行を最適化するために、実行時(runtime)に仮想マシンが用いる技術の一つ。頻繁に実行される演算の並びを記録し、それをネイティブコードにコンパイルしてから実行する。通常の実行時コンパイラ(just-in-time compiler、JIT)はメソッド毎にこれを行っており、この点が異なる。
rdf:langString
Tracing just-in-time compilation is a technique used by virtual machines to optimize the execution of a program at runtime. This is done by recording a linear sequence of frequently executed operations, compiling them to native machine code and executing them. This is opposed to traditional just-in-time (JIT) compilers that work on a per-method basis.
rdf:langString
rdf:langString
トレーシング実行時コンパイル
rdf:langString
Tracing just-in-time compilation
xsd:integer
35604013
xsd:integer
1028199339
rdf:langString
トレーシング実行時コンパイル(トレーシングじっこうじコンパイル、トレーシングJIT、英: Tracing just-in-time compilation)は、プログラムの実行を最適化するために、実行時(runtime)に仮想マシンが用いる技術の一つ。頻繁に実行される演算の並びを記録し、それをネイティブコードにコンパイルしてから実行する。通常の実行時コンパイラ(just-in-time compiler、JIT)はメソッド毎にこれを行っており、この点が異なる。
rdf:langString
Tracing just-in-time compilation is a technique used by virtual machines to optimize the execution of a program at runtime. This is done by recording a linear sequence of frequently executed operations, compiling them to native machine code and executing them. This is opposed to traditional just-in-time (JIT) compilers that work on a per-method basis.
xsd:nonNegativeInteger
12807