perform copy propagation

This commit is contained in:
Folkert 2020-08-09 00:48:53 +02:00
parent 078c6df677
commit f8143e3e53
4 changed files with 581 additions and 121 deletions

View file

@ -256,7 +256,6 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
match expr {
Literal(literal) => build_exp_literal(env, literal),
Alias(symbol) => load_symbol(env, scope, symbol),
RunLowLevel(op, symbols) => run_low_level(env, scope, parent, *op, symbols),
FunctionCall {