mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +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
|
@ -84,7 +84,9 @@ public:
|
|||
|
||||
int mReifiedModuleCount;
|
||||
int mIRBytes;
|
||||
int mConstBytes;
|
||||
int mConstBytes;
|
||||
|
||||
int mMidCompileRebuilds;
|
||||
};
|
||||
Stats mStats;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue