mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Merge pull request #2071 from rtfeldman/refcount-mono-ir
Start generating refcounting code as mono IR
This commit is contained in:
commit
a3827d6636
21 changed files with 726 additions and 209 deletions
|
@ -116,6 +116,9 @@ pub enum LowLevel {
|
|||
Not,
|
||||
Hash,
|
||||
ExpectTrue,
|
||||
RefCountGetPtr,
|
||||
RefCountInc,
|
||||
RefCountDec,
|
||||
}
|
||||
|
||||
macro_rules! higher_order {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue