mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
start perceus reference count
This commit is contained in:
parent
c60dcd763d
commit
957f44966c
6 changed files with 211 additions and 26 deletions
|
@ -287,10 +287,10 @@ impl<'a> ParamMap<'a> {
|
|||
proc: &Proc<'a>,
|
||||
key: (Symbol, ProcLayout<'a>),
|
||||
) {
|
||||
if proc.must_own_arguments {
|
||||
self.visit_proc_always_owned(arena, interner, proc, key);
|
||||
return;
|
||||
}
|
||||
// if proc.must_own_arguments {
|
||||
// self.visit_proc_always_owned(arena, interner, proc, key);
|
||||
// return;
|
||||
// }
|
||||
|
||||
let index: usize = self.get_param_offset(key.0, key.1).into();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue