mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 01:12:15 +03:00
shift early_dfa construction earlier
This commit is contained in:
@@ -166,7 +166,7 @@ bool delayLiteralWithPrefix(RoseBuildImpl &tbi, RoseVertex v, u32 lit_id,
|
||||
|
||||
shared_ptr<NGHolder> h = makeRosePrefix(lit.s);
|
||||
ReportID prefix_report = 0;
|
||||
setReportId(*h, prefix_report);
|
||||
set_report(*h, prefix_report);
|
||||
|
||||
if (!isImplementableNFA(*h, &tbi.rm, tbi.cc)) {
|
||||
DEBUG_PRINTF("prefix not implementable\n");
|
||||
|
||||
Reference in New Issue
Block a user