added &no_ZAM_opt/&no_CPP_opt attributes and --no-opt-files/--no-opt-funcs for controlling skipping script optimization

This commit is contained in:
Vern Paxson 2025-09-12 11:03:37 -06:00 committed by Tim Wojtulewicz
parent 2bde66c9d6
commit 441baaf2c1
16 changed files with 198 additions and 57 deletions

View file

@ -394,6 +394,8 @@ when return TOK_WHEN;
&broker_allow_complex_type return TOK_ATTR_BROKER_STORE_ALLOW_COMPLEX;
&backend return TOK_ATTR_BACKEND;
&ordered return TOK_ATTR_ORDERED;
&no_ZAM_opt return TOK_ATTR_NO_ZAM_OPT;
&no_CPP_opt return TOK_ATTR_NO_CPP_OPT;
@deprecated.* {
auto num_files = file_stack.length();