checkpoint in moving from old lookup hooks -> new type hooks; elimination of unnecessary recomputation of ir-trees/evals, just use information in already-computed evals

This commit is contained in:
Ryan Fleury
2025-04-10 14:29:56 -07:00
parent fbd78525d2
commit d3f0a9a672
19 changed files with 3369 additions and 3200 deletions
+1
View File
@@ -2,5 +2,6 @@
// Licensed under the MIT license (https://opensource.org/license/mit/)
#include "raddbg_core.c"
#include "raddbg_eval.c"
#include "raddbg_widgets.c"
#include "raddbg_views.c"