Remove OnItteration due to bugs in multithreaded registering in tytd

This commit is contained in:
2025-10-14 23:20:15 -05:00
parent 7c9ef2895c
commit 34ae7c8db3
4 changed files with 22 additions and 103 deletions

View File

@@ -129,11 +129,14 @@ namespace Tesses::CrossLang
void GC::BarrierBegin()
{
this->mtx->Lock();
}
void GC::BarrierEnd()
{
this->mtx->Unlock();
}
void GC::Watch(TObject obj)
{