Provide RoseResources to roseQuality.

RoseResources is an alternative to manually digging through the bytecode.
This commit is contained in:
Alex Coyte
2017-07-31 10:38:30 +10:00
committed by Matthew Barr
parent 778addadc5
commit 37033ef9bb
4 changed files with 26 additions and 16 deletions

View File

@@ -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;
};