Skip to content

Commit

Permalink
#77 simple optimization phase to replace upvalues that reference lite…
Browse files Browse the repository at this point in the history
…rals with those literals
  • Loading branch information
dibyendumajumdar committed Mar 19, 2022
1 parent c24e1eb commit 7ea7fed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/linearizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3124,7 +3124,6 @@ int raviX_ast_linearize(LinearizerState *linearizer)
int rc = setjmp(linearizer->compiler_state->env);
if (rc == 0) {
linearize_function(linearizer);
replace_literal_upvalues(proc);
}
return rc;
}
Expand Down

0 comments on commit 7ea7fed

Please sign in to comment.