mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
optimize RC
This commit is contained in:
parent
4e39543054
commit
cde8f5cbd4
2 changed files with 6 additions and 3 deletions
|
@ -125,6 +125,7 @@ pub fn gen_from_mono_module(
|
|||
|| name.starts_with("roc_builtins.dec")
|
||||
|| name.starts_with("list.RocList")
|
||||
|| name.starts_with("dict.RocDict")
|
||||
|| name.contains("decref")
|
||||
{
|
||||
function.add_attribute(AttributeLoc::Function, enum_attr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue