mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 01:44:36 +00: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