always inline RocDict functions

This commit is contained in:
Folkert 2021-02-14 15:11:47 +01:00
parent 89821a83af
commit 7f8ca150f5

View file

@ -94,7 +94,7 @@ pub fn gen_from_mono_module(
function.set_linkage(Linkage::Internal);
}
if name.starts_with("roc_builtins.dict") {
if name.starts_with("roc_builtins.dict") || name.starts_with("dict.RocDict") {
function.add_attribute(AttributeLoc::Function, attr);
}
}