1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 16:25:59 +02:00

Fixed GC stack overflow issue

This commit is contained in:
Brian Fiete 2019-11-07 06:51:17 -08:00
parent 61b440ea36
commit 3483c9de58
2 changed files with 43 additions and 62 deletions

View file

@ -302,6 +302,9 @@ public:
static int volatile sAllocFlags;
Beefy::Array<bf::System::Object*> mPendingGCData;
bool mHadPendingGCDataOverflow;
int mCurPendingGCDepth;
int mMaxPendingGCDepth;
Beefy::Array<ThreadInfo*> mThreadList;
int mCurMutatorMarkCount;
int mCurGCMarkCount;