CompilerGym v0.2.5
Release 0.2.5 (2022-11-01)
CompilerGym v0.2.5 adds a new LLVM dataset, two new observation spaces, and includes numerous updates and bug fixes.
Summary of Changes
- [llvm] Added two new observation spaces,
LexedIrandLexedIrTuple, providing access to a sequence of IR tokens (#742, thanks @fivosts!). - [llvm] Added the "Jotaibench" benchmark suite, providing 18,761 new executable C programs extracted from handwritten code on GitHub (#705, thanks @canesche!).
- Added support for Python 3.10.
- [llvm] Fixed a bug with non-terminating subprocesses (, thanks @thecoblack!).