mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-25 06:14:13 +00:00
start drop_specialization
This commit is contained in:
parent
5dff66ae16
commit
00fcdd1a41
6 changed files with 686 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue