dasm cache in new async wavefront

This commit is contained in:
Ryan Fleury
2025-09-18 11:18:36 -07:00
parent 0c1010b72d
commit 7c08d6846b
5 changed files with 140 additions and 463 deletions
+2 -1
View File
@@ -246,6 +246,7 @@ fs_properties_from_path(String8 path)
internal void
fs_tick(void)
{
ProfBeginFunction();
Temp scratch = scratch_begin(0, 0);
//- rjf: do detection pass
@@ -283,7 +284,6 @@ fs_tick(void)
req_n->v.path = str8_copy(fs_shared->req_arena, n->path);
req_n->v.range = range;
}
cond_var_broadcast(async_tick_start_cond_var);
}
}
}
@@ -396,4 +396,5 @@ fs_tick(void)
}
scratch_end(scratch);
ProfEnd();
}