mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +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
|
@ -323,7 +323,8 @@ public:
|
|||
bool mIsResolveOnly;
|
||||
BfResolvePassData* mResolvePassData;
|
||||
Dictionary<String, Array<int>> mAttributeTypeOptionMap;
|
||||
int mRevision;
|
||||
int mRevision;
|
||||
int64 mUniqueId;
|
||||
bool mLastRevisionAborted;
|
||||
BfContext* mContext;
|
||||
BfCodeGen mCodeGen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue