mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 09:45:28 +03:00
misc: docs, typo fixes, small cleanups
This commit is contained in:
committed by
Chang, Harry
parent
ea9d1f69fb
commit
ce7cfbde82
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015-2017, Intel Corporation
|
||||
* Copyright (c) 2015-2018, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -87,7 +87,11 @@ private:
|
||||
/** Find the set of characters that are not present in the reachability of
|
||||
* graph \p g after a certain depth (currently 8). If a character in this set
|
||||
* is encountered, it means that the NFA is either dead or has not progressed
|
||||
* more than 8 characters from its start states. */
|
||||
* more than 8 characters from its start states.
|
||||
*
|
||||
* This is only used to guide merging heuristics, use
|
||||
* findLeftOffsetStopAlphabet for real uses.
|
||||
*/
|
||||
CharReach findStopAlphabet(const NGHolder &g, som_type som) {
|
||||
const depth max_depth(MAX_STOP_DEPTH);
|
||||
const InitDepths depths(g);
|
||||
|
||||
Reference in New Issue
Block a user