mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 01:42:22 -07:00
Reduce excessive node cloning on para-poly checking and fix scope bug
This commit is contained in:
@@ -150,6 +150,7 @@ struct TypeRecord {
|
||||
bool require_results; \
|
||||
bool c_vararg; \
|
||||
bool is_generic; \
|
||||
bool is_generic_specialized; \
|
||||
ProcCallingConvention calling_convention; \
|
||||
}) \
|
||||
TYPE_KIND(Map, struct { \
|
||||
|
||||
Reference in New Issue
Block a user