Skip to content

v1.0.0-alpha - C Language Support

Pre-release
Pre-release

Choose a tag to compare

@viniciusfdasilva viniciusfdasilva released this 06 Oct 00:25
· 3 commits to main since this release
2b88b58

TL;DR: Initial C-only release of BenchGen: a program-synthesis benchmark generator.

Highlights

  • C code generator for synthesizing benchmark programs.
  • New PATH algorithm and improved path-stack control for more deterministic program structure.
  • Removed Dalloc dependency and improved build portability.

Fixes & robustness

  • Crash and segmentation-fault fixes.
  • Memory-leak fixes during data-structure teardown.
  • Improved generator robustness (iteration bounds, var-type checks, loop exceptions).

Known issues

  • C-only: multi-language support is on the multilang branch.