mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
internal option to suppress control-flow optimization
This commit is contained in:
parent
63f76c7f84
commit
db22448270
3 changed files with 10 additions and 0 deletions
|
@ -72,6 +72,9 @@ struct AnalyOpt {
|
|||
// Deactivate the low-level ZAM optimizer.
|
||||
bool no_ZAM_opt = false;
|
||||
|
||||
// Deactivate ZAM optimization of control flow.
|
||||
bool no_ZAM_control_flow_opt = false;
|
||||
|
||||
// Produce a profile of ZAM execution.
|
||||
bool profile_ZAM = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue