tact
tact copied to clipboard
Switch for turning off constant evaluation
This is needed for differential testing of the compiler. This can be also be useful in workarounds if there are bugs in const-eval.
It should probably be implemented with config options that group various optimizations in mind, like -O0
, -O1
, etc.