You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unwanted fallthrough in static analysis switch statement (8e8b458)
Parent process should wait for child before reading memory (6ed8e34)
Suppressing reachable memory leak on Sparse (14fc7d3)
Wrong first breakpoint in binary build with Clang (a71cca0)
Enhancements
SIMD versions (SSE2 and AVX2) of offmemcmp: introduces a great speedup in the array searching,
with performance comparable with glibc memcmp on AVX2 platforms.
Static Analysis Test: tests that stress the static analyzer and checks if PBD is able to detect changes in
various scenarios.
Hashtable iterator
Features
Codacy Support: Automated code quality check
Static Analysis Support: Thanks to libsparse, PBD now can gracefully find where occurs assignment statements and put breakpoints only where is needed, which in turn, translates into a great speedup in
the execution time.