mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
add information on the runtime impl to rose.txt
This commit is contained in:
parent
8af4850d85
commit
caa46201f0
@ -1184,6 +1184,12 @@ void roseDumpText(const RoseEngine *t, FILE *f) {
|
|||||||
if (t->hasSom) {
|
if (t->hasSom) {
|
||||||
fprintf(f, " hasSom");
|
fprintf(f, " hasSom");
|
||||||
}
|
}
|
||||||
|
if (t->runtimeImpl == ROSE_RUNTIME_PURE_LITERAL) {
|
||||||
|
fprintf(f, " pureLiteral");
|
||||||
|
}
|
||||||
|
if (t->runtimeImpl == ROSE_RUNTIME_SINGLE_OUTFIX) {
|
||||||
|
fprintf(f, " soleOutfix");
|
||||||
|
}
|
||||||
fprintf(f, "\n");
|
fprintf(f, "\n");
|
||||||
|
|
||||||
fprintf(f, "dkey count : %u\n", t->dkeyCount);
|
fprintf(f, "dkey count : %u\n", t->dkeyCount);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user