checkpoint in implementing dynamic type resolution in the eval system, for taking a base-class-ptr & by-default patching in the appropriate debug-info-determined derived type

This commit is contained in:
Ryan Fleury
2024-01-16 17:33:17 -08:00
parent adbe42c907
commit d849b83acb
5 changed files with 130 additions and 18 deletions
+1
View File
@@ -98,6 +98,7 @@ struct EVAL_ParseCtx
EVAL_String2NumMap *reg_alias_map;
EVAL_String2NumMap *locals_map;
EVAL_String2NumMap *member_map;
EVAL_String2NumMap *local_dynamic_type_override_map;
};
////////////////////////////////