Inline caching

id: inline-caching-184-12698662
title: Inline caching
text: Inline caching is an optimization technique employed by some language runtimes, and first developed for Smalltalk. The goal of inline caching is to speed up runtime method binding by remembering the results of a previous method lookup directly at the call site. Inline caching is especially useful for dynamically typed languages where most if not all method binding happens at runtime and where virtual method tables often cannot be used.
brand slug: wiki
category slug: encyclopedia
description:
original url: https://en.wikipedia.org/wiki/Inline_caching
date created: 2009-03-01T11:51:57Z
date modified: 2024-09-07T11:13:46Z
main entity: {"identifier":"Q17082756","url":"https://www.wikidata.org/entity/Q17082756"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part