mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Sanitized deleted deps from mid-compile rebuild-deleted on-demand types
This commit is contained in:
parent
e852ba49bb
commit
0b020c2cb0
4 changed files with 54 additions and 5 deletions
|
@ -337,6 +337,7 @@ public:
|
|||
bool mLastHadComptimeRebuilds;
|
||||
bool mHasComptimeRebuilds;
|
||||
bool mInInvalidState;
|
||||
bool mDepsMayHaveDeletedTypes;
|
||||
float mCompletionPct;
|
||||
int mHSPreserveIdx;
|
||||
BfModule* mLastAutocompleteModule;
|
||||
|
@ -474,8 +475,9 @@ public:
|
|||
BfIRFunction CreateLoadSharedLibraries(BfVDataModule* bfModule, Array<BfMethodInstance*>& dllMethods);
|
||||
void GetTestMethods(BfVDataModule* bfModule, Array<TestMethod>& testMethods, HashContext& vdataHashCtx);
|
||||
void EmitTestMethod(BfVDataModule* bfModule, Array<TestMethod>& testMethods, BfIRValue& retValue);
|
||||
void CreateVData(BfVDataModule* bfModule);
|
||||
void CreateVData(BfVDataModule* bfModule);
|
||||
void UpdateDependencyMap(bool deleteUnusued, bool& didWork);
|
||||
void SanitizeDependencyMap();
|
||||
void ProcessPurgatory(bool reifiedOnly);
|
||||
bool VerifySlotNums();
|
||||
bool QuickGenerateSlotNums();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue