Add temporary hack to fix `emit_tail_call`. TODO: find a cleaner solution for the new IR compiler.
7 lines
169 B
Text
7 lines
169 B
Text
(x + (x * (x * (x + x))))
|
|
1 count: 9
|
|
(1 + ((x * ((2 * x) + (x + x))) + (x * (x + x))))
|
|
2 count: 10
|
|
((4 * x) + ((2 * x) + (x + (x + ((2 * x) + (x + x))))))
|
|
3 count: 1
|
|
12
|