begin moving call stack computation / cache to artifact cache; fix incorrect broadcast val location

This commit is contained in:
Ryan Fleury
2025-09-24 15:04:45 -07:00
parent 0679b4b04c
commit 4b335103bc
8 changed files with 212 additions and 3 deletions
+1
View File
@@ -27,6 +27,7 @@ struct AC_ArtifactParams
U64 slots_count;
U64 gen;
B32 wait_for_fresh;
B32 *stale_out;
};
////////////////////////////////