mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
add information on the runtime impl to rose.txt
This commit is contained in:
@@ -1184,6 +1184,12 @@ void roseDumpText(const RoseEngine *t, FILE *f) {
|
||||
if (t->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, "dkey count : %u\n", t->dkeyCount);
|
||||
|
Reference in New Issue
Block a user