Skip to content
Snippets Groups Projects

Add missing check in h_do_parse() for parser->vtable->higher in packrat.c

Closed Denley Lam requested to merge (removed):pdf into pdf

In packrat.c, there is a check for parser->vtable->higher at the start of the function, h_do_parser(), to avoid recall on lower level functions, however there is a missing check to not cache lower level functions when parsing input further down the function. This affects cache performance.

Merge request reports

Closed by Andrea ShepardAndrea Shepard 4 years ago (Oct 27, 2020 4:28pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading