Skip to search formSkip to main contentSkip to account menu

Tracing just-in-time compilation

Known as: Tracing JIT 
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… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2017
2017
While gradual typing has proven itself attractive to programmers, many systems have avoided sound gradual typing due to the run… 
2016
2016
The prevalent way of code sharing in many current object systems is static and/or single inheritance; both are limiting in… 
2015
2015
Instruction set simulators (ISSs) remain an essential tool for the rapid exploration and evaluation of instruction set extensions… 
Highly Cited
2015
Highly Cited
2015
We present Pycket, a high-performance tracing JIT compiler for Racket. Pycket supports a wide variety of the sophisticated… 
2015
2015
Growing volumes of data increase the demand to use it in analytical applications to make informed decisions. Unfortunately… 
2014
2014
Tracing just-in-time compilation is a popular compilation schema for the efficient implementation of dynamic languages, which is… 
2014
2014
Tracing just-in-time compilation is a popular compilation technique for the efficient implementation of dynamic languages, which… 
2012
2012
One of the nice properties of a tracing just-in-time compiler (JIT) is that many of its optimizations are simple, requiring one… 
Highly Cited
2011
Highly Cited
2011
The performance of many dynamic language implementations suffers from high allocation rates and runtime type checks. This makes… 
2011
2011
Meta-tracing JIT compilers can be applied to a variety of different languages without explicitly encoding language semantics into…