mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
FDR: Squash buckets of included literals in FDR confirm
- Change the compile of literal matchers to two passes. - Reverse the bucket assignment in FDR, bucket with longer literals has smaller bucket id. - Squash the buckets of included literals and jump to the the program of included literals directly from parent literal program without going through FDR confirm for included iterals.
This commit is contained in:
committed by
Matthew Barr
parent
d2b5523dd8
commit
86c5f7feb1
@@ -200,6 +200,9 @@ struct ALIGN_CL_DIRECTIVE hs_scratch {
|
||||
u32 delay_fatbit_size; /**< size of each delay fatbit in bytes */
|
||||
u32 scratchSize;
|
||||
char *scratch_alloc; /* user allocated scratch object */
|
||||
u64a *fdr_conf; /**< FDR confirm value */
|
||||
u8 fdr_conf_offset; /**< offset where FDR/Teddy front end matches
|
||||
* in buffer */
|
||||
};
|
||||
|
||||
/* array of fatbit ptr; TODO: why not an array of fatbits? */
|
||||
|
Reference in New Issue
Block a user