mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
Provide RoseResources to roseQuality.
RoseResources is an alternative to manually digging through the bytecode.
This commit is contained in:
@@ -48,6 +48,8 @@ struct RoseResources {
|
||||
bool has_lit_delay = false;
|
||||
bool has_lit_check = false; // long literal support
|
||||
bool has_anchored = false;
|
||||
bool has_anchored_multiple = false; /* multiple anchored dfas */
|
||||
bool has_anchored_large = false; /* mcclellan 16 anchored dfa */
|
||||
bool has_floating = false;
|
||||
bool has_eod = false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user