mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
add call spec counter
This commit is contained in:
parent
8799973ffe
commit
4f376bf4f8
5 changed files with 44 additions and 22 deletions
|
@ -3809,6 +3809,7 @@ fn make_specializations<'a>(
|
|||
ident_ids: &mut ident_ids,
|
||||
ptr_bytes,
|
||||
update_mode_counter: 0,
|
||||
call_specialization_counter: 0,
|
||||
};
|
||||
|
||||
// TODO: for now this final specialization pass is sequential,
|
||||
|
@ -3871,6 +3872,7 @@ fn build_pending_specializations<'a>(
|
|||
ident_ids: &mut ident_ids,
|
||||
ptr_bytes,
|
||||
update_mode_counter: 0,
|
||||
call_specialization_counter: 0,
|
||||
};
|
||||
|
||||
// Add modules' decls to Procs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue