https://github.com/tekknolagi/omegastar
Delta debugging (originally for JIT compilers)
https://github.com/tekknolagi/omegastar
binary-search bisect delta-debugging python
Last synced: 6 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 (10 months ago)
- Default Branch: trunk
- Last Pushed: 2024-12-04T17:48:19.000Z (7 months ago)
- Last Synced: 2024-12-04T18:39:52.455Z (7 months ago)
- Topics: binary-search, bisect, delta-debugging, python
- Language: Python
- Homepage: https://bernsteinbear.com/blog/cinder-jit-bisect/
- Size: 6.84 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.