pub(crate) fn run_with_jit(
unit: &TestUnit,
tx_env: &TxEnv,
db: CacheDB<EmptyDB>,
spec_id: SpecId,
compiled: &CompiledContracts,
) -> Result<ExecutionResult>Expand description
Run test with JIT-compiled bytecode
This function handles the execution loop for JIT-compiled code, including processing CALL/CREATE actions that require re-entry.