mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-07-12 13:34:45 +03:00
UE-2963: be more aggressive in using buildSufPQ_final()
This commit is contained in:
parent
6e49544558
commit
afd378b09e
@ -787,7 +787,7 @@ hwlmcb_rv_t buildSufPQ(const struct RoseEngine *t, char *state, s64a safe_loc,
|
||||
= scratch->catchup_pq.qm_size ? pq_top_loc(&scratch->catchup_pq)
|
||||
: safe_loc;
|
||||
second_place_loc = MIN(second_place_loc, safe_loc);
|
||||
if (n_qi == MMB_INVALID && report_ok_loc < second_place_loc) {
|
||||
if (n_qi == MMB_INVALID && report_ok_loc <= second_place_loc) {
|
||||
if (buildSufPQ_final(t, report_ok_loc, second_place_loc, final_loc,
|
||||
scratch, aa, a_qi)
|
||||
== HWLM_TERMINATE_MATCHING) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user