mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Improved hot compilation handling of DLLs
This commit is contained in:
parent
990b509111
commit
c7ae0988dc
9 changed files with 84 additions and 9 deletions
|
@ -34,6 +34,8 @@ public:
|
|||
Array<DbgType*>* mCapturedTypesPtr;
|
||||
|
||||
HotHeap* mHotHeap;
|
||||
addr_target mHotHeapAddr;
|
||||
int64 mHotHeapReserveSize;
|
||||
int mLastHotHeapCleanIdx;
|
||||
String mTargetPath;
|
||||
DbgModule* mLaunchBinary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue