Skip to search formSkip to main contentSkip to account menu

Inline caching

Known as: Inline cache, PIC, Polymorphic inline cache 
Inline caching is an optimization technique employed by some language runtimes, and first developed for Smalltalk. The goal of inline caching is to… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
Adaptive software becomes more and more important as computing is increasingly context-dependent. Runtime adaptability can be… 
2016
2016
The R language, from the point of view of language design and implementation, is a unique combination of various programming… 
2016
2016
Dynamically typed programming languages have become very popular in recent years. These languages ease the task of programmers… 
2015
2015
The use of JavaScript for web applications has increased in recent years due to its short learning curve, maintainability, and… 
2015
2015
Modern JavaScript engines use just-in-time (JIT) compilation to produce a binary code. JIT compilers are limited in a complexity… 
2014
2014
Increased focus on JavaScript performance has resulted in vast performance improvements for many benchmarks. However, for actual… 
2010
2010
Inline caches effectively eliminate the overhead implied by dynamic typing. Yet, inline caching is mostly used in code generated… 
2010
2010
Inline caching is a very important optimization technique for interpreters, effectively eliminating the overhead in dynamic… 
2005
2005
Highly Cited
1999
Highly Cited
1999
We discuss aspects of inlining of virtual method invocations. First, we introduce a new method test to guard inlinings of such…