GH-126599: Remove the "counter" optimizer/executor (GH-126853)

This commit is contained in:
Xuanteng Huang
2025-01-17 07:57:04 +08:00
committed by GitHub
parent 27494dd9ad
commit b44ff6d0df
13 changed files with 97 additions and 353 deletions

View File

@@ -2667,12 +2667,6 @@
break;
}
case _INTERNAL_INCREMENT_OPT_COUNTER: {
stack_pointer += -1;
assert(WITHIN_STACK_BOUNDS());
break;
}
case _DYNAMIC_EXIT: {
break;
}