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

Avoid Clearing Tables Even When Changing CParams #1780

Merged
merged 21 commits into from
Sep 16, 2019

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    17b6da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c5471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0492b9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b10bb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad16eda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b28e80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9968a53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f31ef28 View commit details
    Browse the repository at this point in the history
  9. Comments

    felixhandte committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    edb3ad0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Shrink Clean Table Area When Copying Table Contents into Context

    The source matchState is potentially at a lower current index, which means
    that any extra table space not overwritten by the copy may now contain
    invalid indices. The simple solution is to unconditionally shrink the valid
    table area to just the area overwritten.
    felixhandte committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    13e29a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1999b2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc020ee View commit details
    Browse the repository at this point in the history
  4. Zero h3size When h3log is 0

    This led to a nasty edgecase, where index reduction for modes that don't use
    the h3 table would have a degenerate table (size 4) allocated and marked clean,
    but which would not be re-indexed.
    felixhandte committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    7c57e2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed4c2c6 View commit details
    Browse the repository at this point in the history
  6. Speed Up Test a Little

    felixhandte committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    5707c8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff67c62 View commit details
    Browse the repository at this point in the history
  8. Fix Memory Leak in Test

    felixhandte committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    194c542 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a10c191 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51d9066 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20c6907 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Don't Include sanitizer/msan_interface.h, Since Not All Platforms P…

    …rovide It
    
    Instead, explicitly declare the functions we use.
    felixhandte committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    72ea79c View commit details
    Browse the repository at this point in the history