An open API service indexing awesome lists of open source software.

https://github.com/fidget-spinner/auto-abst-dsl

Automatically Generating an Abstract Interpretation-based Optimizer from a DSL Artifacts
https://github.com/fidget-spinner/auto-abst-dsl

Last synced: 21 days ago
JSON representation

Automatically Generating an Abstract Interpretation-based Optimizer from a DSL Artifacts

Awesome Lists containing this project

README

        

# Automatically Generating an Abstract Interpretation-based Optimizer from a DSL Artefacts
## Artefacts
Benchmark results are in folders starting with `bm`.
They are courtesy of the Faster CPython (Microsoft) team's benchmarking infrastructure.
Specifications can be found [here](https://github.com/faster-cpython/benchmarking-public).

The script `generate_graph.py` and the corresponding `requirements.txt` is used to
generate the bar graph for the performance results in the paper.

`links.txt` points to the original benchmarking results links in the Faster CPython repo.