simplify & consolidate ctrl layer process memory caching mechanisms - move all non-necessarily-synchronous caching to background memory streaming thread cache

This commit is contained in:
Ryan Fleury
2024-01-25 10:04:03 -08:00
parent b14b9f0344
commit 38b113f1d0
4 changed files with 123 additions and 253 deletions
+1 -1
View File
@@ -4878,7 +4878,7 @@ df_commit_eval_value(TG_Graph *graph, RADDBG_Parsed *rdbg, DF_CtrlCtx *ctrl_ctx,
default:{}break;
case EVAL_EvalMode_Addr:
{
ctrl_process_write_data(process->ctrl_machine_id, process->ctrl_handle, dst_eval.offset, commit_data);
ctrl_process_write(process->ctrl_machine_id, process->ctrl_handle, r1u64(dst_eval.offset, dst_eval.offset+commit_data.size), commit_data.str);
}break;
case EVAL_EvalMode_Reg:
{