reordering of expressions to match main usage vs. script-optimization extras

This commit is contained in:
Vern Paxson 2024-04-08 18:22:05 -04:00 committed by Tim Wojtulewicz
parent 52f506b7ae
commit f557b40d14
2 changed files with 13 additions and 10 deletions

View file

@ -82,18 +82,19 @@ const char* expr_name(ExprTag t) {
"record_coerce",
"table_coerce",
"vector_coerce",
"to_any_coerce",
"from_any_coerce",
"sizeof",
"cast",
"is",
"[:]=",
"inline()",
"vec+=",
"[]=",
"$=",
"vec+=",
"to_any_coerce",
"from_any_coerce",
"from_any_vec_coerce",
"any[]",
"ZAM-builtin()",
"nop",
};