e4c5302406
`x * (y * z)` ==> `x * y * z` -- the better place to do this is in the compressor rather than codegen.
prefix
x = 2 * (a % b / b * c)
new Function