1
0
Fork 0
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:
Brian Fiete 2020-09-28 12:41:42 -07:00
parent da508156c1
commit 0a78b5cc35
8 changed files with 290 additions and 85 deletions

View file

@ -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;