mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
implement decref, fuse RC operations
This commit is contained in:
parent
c9e2958947
commit
210bd18fe3
8 changed files with 422 additions and 122 deletions
|
@ -1990,7 +1990,6 @@ fn dict_get(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
let arg_key = Symbol::ARG_2;
|
||||
|
||||
let temp_record = Symbol::ARG_3;
|
||||
let temp_flag = Symbol::ARG_4;
|
||||
|
||||
let bool_var = var_store.fresh();
|
||||
let flag_var = var_store.fresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue