mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
NFA: Move NFAContext to stack (from scratch)
This commit is contained in:
committed by
Matthew Barr
parent
7b54856642
commit
3e002f8181
@@ -153,8 +153,6 @@ struct ALIGN_CL_DIRECTIVE hs_scratch {
|
||||
char *bstate; /**< block mode states */
|
||||
char *tstate; /**< state for transient roses */
|
||||
char *qNfaState; /**< queued NFA temp state */
|
||||
void *nfaContext; /**< use for your NFAContextNNN struct */
|
||||
void *nfaContextSom; /**< use for your NFAContextNNN struct by som_runtime */
|
||||
char *fullState; /**< uncompressed NFA state */
|
||||
struct mq *queues;
|
||||
struct fatbit *aqa; /**< active queue array; fatbit of queues that are valid
|
||||
|
Reference in New Issue
Block a user