`x * (y * z)` ==> `x * y * z` -- the better place to do this is in the compressor rather than codegen.
96 KiB
96 KiB
`x * (y * z)` ==> `x * y * z` -- the better place to do this is in the compressor rather than codegen.