mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Parallelize per file rather than per package
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user