mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Cache sized array length during typeref resolution
This commit is contained in:
parent
b1023ff36a
commit
0cf3e2283d
7 changed files with 20 additions and 15 deletions
|
@ -2622,6 +2622,7 @@ public:
|
|||
BfTypeInstance* mRootOuterTypeInstance;
|
||||
BfType* mRootResolvedType;
|
||||
Dictionary<BfAstNode*, BfType*> mResolvedTypeMap;
|
||||
Dictionary<BfAstNode*, BfTypedValue> mResolvedValueMap;
|
||||
BfResolveTypeRefFlags mResolveFlags;
|
||||
BfCallingConvention mCallingConvention;
|
||||
bool mHadVar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue