mark is/2 allocated permanent variables as safe, add CompareNumber terms to ClauseType::is_inlined

This commit is contained in:
Mark
2023-06-23 11:13:51 -06:00
parent 89ed1aa8de
commit 4ad113a6f8
3 changed files with 18 additions and 20 deletions

View File

@@ -2311,6 +2311,12 @@ pub fn generate_instructions_rs() -> TokenStream {
(atom!(#name), #arity) => true
}
);
is_inlined_arms.push(
quote! {
(atom!(#name), #arity) => true
}
);
}
for (name, arity, variant) in instr_data.compare_term_variants {