mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
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:
@@ -8,6 +8,6 @@ get_number(void)
|
||||
sum += i;
|
||||
sum += 1;
|
||||
}
|
||||
sum = 0;
|
||||
sum = 1000;
|
||||
return sum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user