mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
attempt to correct list refcount generation in dev backends
This commit is contained in:
parent
94fe0820d5
commit
36bc8bfac4
9 changed files with 56 additions and 24 deletions
|
@ -50,6 +50,7 @@ pub enum LowLevel {
|
|||
ListConcatUtf8,
|
||||
ListIncref,
|
||||
ListDecref,
|
||||
ListElemDecFnPtr,
|
||||
NumAdd,
|
||||
NumAddWrap,
|
||||
NumAddChecked,
|
||||
|
@ -243,6 +244,7 @@ macro_rules! map_symbol_to_lowlevel {
|
|||
LowLevel::RefCountIsUnique => unimplemented!(),
|
||||
LowLevel::ListIncref => unimplemented!(),
|
||||
LowLevel::ListDecref => unimplemented!(),
|
||||
LowLevel::ListElemDecFnPtr => unimplemented!(),
|
||||
|
||||
LowLevel::SetJmp => unimplemented!(),
|
||||
LowLevel::LongJmp => unimplemented!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue