liblisa::state

Module jit

Expand description

Efficient just-in-time generation of CPU states.

Cloning and manipulating CPU states can be slow, especially if they do not fit in CPU cache. Sometimes it is more efficient to generate a state on-the-fly by modifying an existing state, rather than cloning the state and keeping multiple copies in memory. This module defines various ways to generate states just-in-time from a base state.

Structs§

Enums§