mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
update list generated refcounting functions for dev and wasm
This commit is contained in:
parent
3238ee7d0d
commit
48eb9c31a9
9 changed files with 163 additions and 354 deletions
|
@ -48,6 +48,8 @@ pub enum LowLevel {
|
|||
ListIsUnique,
|
||||
ListClone,
|
||||
ListConcatUtf8,
|
||||
ListIncref,
|
||||
ListDecref,
|
||||
NumAdd,
|
||||
NumAddWrap,
|
||||
NumAddChecked,
|
||||
|
@ -239,6 +241,8 @@ macro_rules! map_symbol_to_lowlevel {
|
|||
LowLevel::RefCountIncDataPtr => unimplemented!(),
|
||||
LowLevel::RefCountDecDataPtr=> unimplemented!(),
|
||||
LowLevel::RefCountIsUnique => unimplemented!(),
|
||||
LowLevel::ListIncref => unimplemented!(),
|
||||
LowLevel::ListDecref => unimplemented!(),
|
||||
|
||||
LowLevel::SetJmp => unimplemented!(),
|
||||
LowLevel::LongJmp => unimplemented!(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue