mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 00:46:47 +00:00
Entity * to std::atomic<Entity *> to remove the need for a PtrMap+Mutex
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ struct DeclInfo {
|
||||
|
||||
Scope * scope;
|
||||
|
||||
Entity *entity;
|
||||
std::atomic<Entity *> entity;
|
||||
|
||||
Ast * decl_node;
|
||||
Ast * type_expr;
|
||||
|
||||
Reference in New Issue
Block a user