rx80

Results 4 issues of rx80

Compiler version: v20220405 Input code: ``` let x="test"; console.log(`${Math.random()}/${x}`); ``` Generated output with `-O ADVANCED`: ``` console.log(`${Math.random()}/${"test"}`); ``` Expected output: ``` console.log(`${Math.random()}/test`); ```

enhancement

We need a !temp command that displays the streamer's CPU temperature, so we can witness how much the CPU is really getting tortured by all the intense compilation.

Compiled `control-flag` from commit `e7e0e448f40b631636e50b18b94c15d6f35e1283 ` I ran `scripts/scan_for_anomalies.sh` on some PHP code with your dataset. This the the output: ``` Level:TWO Expression:(parenthesized_expression (binary_expression left: (unary_op_expression (variable_name (name))) right: (unary_op_expression...