Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMPROVED] Updating out of date fblks in psim entries. #5577

Merged
merged 3 commits into from
Jun 21, 2024
Merged

Commits on Jun 21, 2024

  1. Make sure when numFilteredPending() is called to update fblk even if …

    …off by one.
    
    Signed-off-by: Derek Collison <[email protected]>
    derekcollison committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0a945c2 View commit details
    Browse the repository at this point in the history
  2. Avoid looking up last sequence unless needed when using numFilteredPe…

    …nding.
    
    Signed-off-by: Derek Collison <[email protected]>
    derekcollison committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a7c9471 View commit details
    Browse the repository at this point in the history
  3. When we miss on LoadNextMsg but not starting at first sequence, optim…

    …ize jump ahead to not need blk access from file.
    
    Signed-off-by: Derek Collison <[email protected]>
    derekcollison committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    654ed7d View commit details
    Browse the repository at this point in the history