mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 18:44:24 +03:00
Rose: optimize switch-case with Labels-as-Values
This commit is contained in:
committed by
Chang, Harry
parent
f13cbd692e
commit
922fe2ab20
@@ -238,7 +238,7 @@ hwlmcb_rv_t roseProcessMatchInline(const struct RoseEngine *t,
|
||||
assert(id && id < t->size); // id is an offset into bytecode
|
||||
const u64a som = 0;
|
||||
const u8 flags = 0;
|
||||
return roseRunProgram_i(t, scratch, id, som, end, flags);
|
||||
return roseRunProgram(t, scratch, id, som, end, flags);
|
||||
}
|
||||
|
||||
static rose_inline
|
||||
|
||||
Reference in New Issue
Block a user