Reduce excessive node cloning on para-poly checking and fix scope bug

This commit is contained in:
Ginger Bill
2017-06-26 14:39:51 +01:00
parent cc7316bb35
commit d974b29f67
3 changed files with 24 additions and 13 deletions

View File

@@ -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 { \