NFA: Move NFAContext to stack (from scratch)

This commit is contained in:
Justin Viiret
2016-02-11 16:40:16 +11:00
committed by Matthew Barr
parent 7b54856642
commit 3e002f8181
4 changed files with 60 additions and 82 deletions

View File

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