Parallelize per file rather than per package

This commit is contained in:
gingerBill
2018-05-28 12:06:50 +01:00
parent 4e203feaf4
commit b7858a66b9
8 changed files with 221 additions and 222 deletions
+1 -2
View File
@@ -274,8 +274,7 @@ struct ForeignContext {
typedef Array<Entity *> CheckerTypePath;
struct CheckerContext {
AstPackage * package;
Scope * package_scope;
AstPackage * pkg;
Scope * scope;
DeclInfo * decl;
u32 stmt_state_flags;