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.
2018
2018
We propose call-trail dependent inline caching to improve the method dispatch performance of Method Seals. Method Seals is a… 
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… 
2014
2014
Traducao dinâmica de binarios e uma tecnica de emulacao comumente utilizada na implementacao de maquinas virtuais. Neste contexto… 
2011
2011
In Java programs, it needs to use the information of the method type to resolve the virtual method dynamically, which restricts… 
2010
2010
Late binding is binding that happens at run time, and it is the essence of what makes a language dynamic. When binding happens at… 
2010
2010
Dynamic mixin is a construct available in Ruby and other dynamic languages. It can be used as a base to implement a range of… 
2010
2010
IO [6] is a relatively new pure object-oriented language, providing dynamic features comparable with popular scripting languages… 
2005
2005
1993
1993
Selector table indexing is a simple technique for method lookup in object-oriented languages, which yields good performance, is…