mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 09:21:52 +03:00
Rose: replace internal_report with program
Replace the use of the internal_report structure (for reports from engines, MPV etc) with the Rose program interpreter. SOM processing was reworked to use a new som_operation structure that is embedded in the appropriate instructions.
This commit is contained in:
committed by
Matthew Barr
parent
68851742cc
commit
36150bbc19
@@ -2833,7 +2833,7 @@ void mergePuffixes(RoseBuildImpl &tbi) {
|
||||
u32 squashDistance =
|
||||
allowedSquashDistance(repeat.reach, repeat.bounds.min, tbi, v);
|
||||
|
||||
Report ir = makeRoseTrigger(event, squashDistance);
|
||||
Report ir = makeMpvTrigger(event, squashDistance);
|
||||
ReportID id = tbi.rm.getInternalId(ir);
|
||||
|
||||
DEBUG_PRINTF("puffette event q%u t%u\n", queue, event);
|
||||
|
||||
Reference in New Issue
Block a user