eliminate dbgi layer evictor thread - exe and debug info eviction needs to be synchronous with control thread, to allow for HMH-style hotloading. this change moves all dbgi layer binary releasing to the caller thread of the refcount -> 0 dbgi_binary_close.

This commit is contained in:
Ryan Fleury
2024-01-15 20:13:49 -08:00
parent cf58137b0f
commit 2454d426ed
3 changed files with 38 additions and 72 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ get_number(void)
sum += i;
sum += 1;
}
sum = 0;
sum = 1000;
return sum;
}