From ac79e6af353cb396b6bb91b75538cc90dba7644e Mon Sep 17 00:00:00 2001 From: ionut Date: Fri, 8 May 2026 02:23:20 +0300 Subject: [PATCH] regression report --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 02f8950..505ad4c 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,8 @@ - make `computer` component use callbacks - finish tmpfs (rework the whole thing) +- make call budgets match how OC's work (we have the computer's call budget, say `0.5`, and the nwe subtract `1/n` for direct calls or just the whole thing +for indirect). No longer have them be isolated per component entry, this makes no sense and leads to many oversights # To re-evaluate