mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Better emitted interface conformance, reified WorkList handling fix
This commit is contained in:
parent
34cfe89d3a
commit
29446404b6
5 changed files with 55 additions and 28 deletions
|
@ -6757,7 +6757,7 @@ void BfCompiler::CompileReified()
|
|||
if (typeInst->mIsReified)
|
||||
continue;
|
||||
|
||||
mContext->mUnreifiedModule->PopulateType(typeInst, BfPopulateType_Interfaces);
|
||||
mContext->mUnreifiedModule->PopulateType(typeInst, BfPopulateType_Interfaces_Direct);
|
||||
if (typeInst->mCustomAttributes == NULL)
|
||||
continue;
|
||||
|
||||
|
@ -7257,6 +7257,8 @@ bool BfCompiler::DoCompile(const StringImpl& outputDirectory)
|
|||
}
|
||||
|
||||
ProcessPurgatory(true);
|
||||
if (mOptions.mCompileOnDemandKind != BfCompileOnDemandKind_AlwaysInclude)
|
||||
DoWorkLoop();
|
||||
|
||||
// Mark used modules
|
||||
if ((mOptions.mCompileOnDemandKind != BfCompileOnDemandKind_AlwaysInclude) && (!mCanceling))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue