Instruction Caching
ConceptInstruction caching is a performance technique that reuses instruction-related information—most explicitly decoded instruction fields in instruction-set simulation, and instruction storage in processor cache hierarchies—to avoid repeated work or duplicated storage.
WIKI
Overview
Instruction caching refers to caching instruction-related information so it can be reused when the same instruction stream or instruction word is encountered again. In the instruction-set simulator (ISS) context documented here, the cached object is the result of decoding an instruction: a decode function or macro decomposes the instruction word into bit fields, stores those fields in a record-like data structure, and avoids decoding the same instruction repeatedly during simulation. [C1]
Use in instruction-set simulation
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →