mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +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
|
@ -353,7 +353,8 @@ BfCompiler::BfCompiler(BfSystem* bfSystem, bool isResolveOnly)
|
|||
mIsResolveOnly = isResolveOnly;
|
||||
mResolvePassData = NULL;
|
||||
mPassInstance = NULL;
|
||||
mRevision = 0;
|
||||
mRevision = 0;
|
||||
mUniqueId = 0;
|
||||
mLastRevisionAborted = false;
|
||||
gBfCompiler = this;
|
||||
mSystem = bfSystem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue