start drop_specialization

This commit is contained in:
J.Teeuwissen 2023-04-20 13:03:29 +02:00
parent 5dff66ae16
commit 00fcdd1a41
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
6 changed files with 686 additions and 18 deletions

View file

@ -133,6 +133,10 @@ flags! {
/// instructions.
ROC_PRINT_IR_AFTER_REFCOUNT
/// Writes a pretty-printed mono IR to stderr after performing dropspecialization.
/// Which inlines drop functions to remove pairs of alloc/dealloc instructions of its children.
ROC_PRINT_IR_AFTER_DROP_SPECIALIZATION
/// Prints debug information during the alias analysis pass.
ROC_DEBUG_ALIAS_ANALYSIS