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 -1
View File
@@ -76,7 +76,7 @@ struct Entity {
AstNode * identifier; // Can be nullptr
DeclInfo * decl_info;
DeclInfo * parent_proc_decl; // nullptr if in file/global scope
AstPackage *package;
AstPackage *pkg;
// TODO(bill): Cleanup how `using` works for entities
Entity * using_parent;