| Information | |
|---|---|
| has gloss | eng: Inline caching is an optimization technique employed by some language runtimes. 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. |
| lexicalization | eng: inline caching |
| instance of | c/Compiler optimizations |
Lexvo © 2008-2025 Gerard de Melo. Contact Legal Information / Imprint