replace compare_term_test with parallel iterator, add is_not_variant

This commit is contained in:
Mark Thom
2025-12-11 22:08:16 -08:00
parent 9089f9ddb4
commit 29cd80510b
10 changed files with 488 additions and 475 deletions

View File

@@ -726,7 +726,6 @@ impl Instruction {
| &Instruction::CallDeleteAllAttributesFromVar
| &Instruction::CallUnattributedVar
| &Instruction::CallGetDBRefs
| &Instruction::CallKeySortWithConstantVarOrdering
| &Instruction::CallInferenceLimitExceeded
| &Instruction::CallFetchGlobalVar
| &Instruction::CallFirstStream
@@ -986,7 +985,6 @@ impl Instruction {
| &Instruction::ExecuteDeleteAllAttributesFromVar
| &Instruction::ExecuteUnattributedVar
| &Instruction::ExecuteGetDBRefs
| &Instruction::ExecuteKeySortWithConstantVarOrdering
| &Instruction::ExecuteInferenceLimitExceeded
| &Instruction::ExecuteFetchGlobalVar
| &Instruction::ExecuteFirstStream