mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
fix list non-memcopy clone
This commit is contained in:
parent
954a4fbe32
commit
63b2b060c9
3 changed files with 41 additions and 51 deletions
|
@ -696,8 +696,8 @@ pub fn construct_optimization_passes<'a>(
|
|||
mpm.add_always_inliner_pass();
|
||||
|
||||
// tail-call elimination is always on
|
||||
//fpm.add_instruction_combining_pass();
|
||||
//fpm.add_tail_call_elimination_pass();
|
||||
fpm.add_instruction_combining_pass();
|
||||
fpm.add_tail_call_elimination_pass();
|
||||
|
||||
let pmb = PassManagerBuilder::create();
|
||||
match opt_level {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue