Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

CLI option to suppress certain analyses #1168

Open jubnzv opened 1 year ago

jubnzv commented 1 year ago

It would be useful to have a CLI option that allows the user to prohibit the execution of certain static analyses.

This will allow us to have much more analyses in the interpreter, which will only be enabled when the user explicitly enables it, and will not be executed by default, e.g. when running Scilla code. So they won't slow down the execution.