mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improvements and safety for const exprs
This commit is contained in:
parent
da508156c1
commit
0a78b5cc35
8 changed files with 290 additions and 85 deletions
|
@ -67,7 +67,7 @@ public:
|
|||
int mMethodDeclarations;
|
||||
int mTypesPopulated;
|
||||
int mMethodsProcessed;
|
||||
int mUnreifiedMethodsProcessed;
|
||||
int mUnreifiedMethodsProcessed;
|
||||
|
||||
int mQueuedTypesProcessed;
|
||||
int mTypesQueued;
|
||||
|
@ -82,7 +82,7 @@ public:
|
|||
|
||||
int mReifiedModuleCount;
|
||||
int mIRBytes;
|
||||
int mConstBytes;
|
||||
int mConstBytes;
|
||||
};
|
||||
Stats mStats;
|
||||
|
||||
|
@ -122,7 +122,7 @@ public:
|
|||
bool mDebugAlloc;
|
||||
bool mOmitDebugHelpers;
|
||||
|
||||
bool mUseDebugBackingParams;
|
||||
bool mUseDebugBackingParams;
|
||||
|
||||
bool mWriteIR;
|
||||
bool mGenerateObj;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue