Implement instrumentation pass

This commit is contained in:
gingerBill
2024-01-07 21:34:44 +00:00
parent aff8f06e3c
commit f4782157d3
14 changed files with 143 additions and 21 deletions

View File

@@ -251,7 +251,7 @@ struct Entity {
bool generated_from_polymorphic : 1;
bool target_feature_disabled : 1;
bool entry_point_only : 1;
bool no_instrumentation : 1;
bool has_instrumentation : 1;
String target_feature;
} Procedure;
struct {