https://github.com/tekknolagi/omegastar
Delta debugging (originally for JIT compilers)
https://github.com/tekknolagi/omegastar
binary-search bisect delta-debugging python
Last synced: 8 months ago
JSON representation
Delta debugging (originally for JIT compilers)
- Host: GitHub
- URL: https://github.com/tekknolagi/omegastar
- Owner: tekknolagi
- License: mit
- Created: 2024-09-10T05:11:09.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2025-07-17T15:47:15.000Z (9 months ago)
- Last Synced: 2025-07-17T17:59:59.313Z (9 months ago)
- Topics: binary-search, bisect, delta-debugging, python
- Language: Python
- Homepage: https://bernsteinbear.com/blog/cinder-jit-bisect/
- Size: 11.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This contains the core of a delta debugging implementation.
For more information, see [my blog
post](https://bernsteinbear.com/blog/cinder-jit-bisect/) on delta debugging in
the Cinder JIT.