mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Fixed some mid-compile rebuild worklist invalidation issues
This commit is contained in:
parent
7b6291bba5
commit
5699a3ab6b
5 changed files with 76 additions and 12 deletions
|
@ -477,6 +477,9 @@ public:
|
|||
void QueueMethodSpecializations(BfTypeInstance* typeInst, bool checkSpecializedMethodRebuildFlag);
|
||||
void MarkAsReferenced(BfDependedType* depType);
|
||||
void RemoveInvalidFailTypes();
|
||||
bool IsWorkItemValid(BfWorkListEntry* item);
|
||||
bool IsWorkItemValid(BfMethodProcessRequest* item);
|
||||
bool IsWorkItemValid(BfMethodSpecializationRequest* item);
|
||||
void RemoveInvalidWorkItems();
|
||||
BfType* FindTypeById(int typeId);
|
||||
void AddTypeToWorkList(BfType* type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue