Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move getConflictingAltSubsets calculation, reduce its usage
This patch moves the calculation of conflicting als subsets in ParserATNSimulator::execATNWithFullContext() to the point where it is actually needed. In our benchmark, this saves about 10% of calls to getConflictingAltSubsets(). Signed-off-by: Andreas Buhr <[email protected]>
- Loading branch information