Just-in-Time Compiled Simulation
TechniqueJust-in-Time Compiled Simulation (JIT-CS) is an instruction set simulation technique that caches information about previously decoded instructions and reuses it when those instructions execute again. It is described as a compromise between interpretive simulation’s flexibility and compiled simulation’s performance.
WIKI
Definition
Just-in-Time Compiled Simulation (JIT-CS) is one of the three main paradigms of instruction set simulation, alongside interpretive simulation and compiled simulation. These paradigms differ in flexibility and performance. JIT-CS is described as an attempt to combine the advantages of interpretive and compiled simulation by caching information about instructions after they have been decoded and reusing that cached information when the same instruction is executed again. [Definition and taxonomy; JIT-CS mechanism]
How it works
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →