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
Dynamic programming languages are becoming increasingly popular, and this motivates the need for just-in-time (JIT) compilation… 
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
Growing volumes of data increase the demand to use it in analytical applications to make informed decisions. Unfortunately… 
2015
2015
When implementing virtual machines, besides the interpreter and optimization facilities, we have to include a set of primitive… 
2013
2013
This thesis investigates the viability of trace-based just-in-time (JIT) compilation for optimising programs written in the lazy… 
2013
2013
Can Haskell benefit from tracing JIT optimization techniques, and is the RPython translation toolchain suitable for purely… 
2013
2013
This thesis discusses several properties of Dalvik Tracing JIT and explains the reason why does the existing optimization or… 
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…