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
- Host: GitHub
- URL: https://github.com/fidget-spinner/auto-abst-dsl
- Owner: Fidget-Spinner
- Created: 2024-07-04T16:54:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T17:15:31.000Z (8 months ago)
- Last Synced: 2025-05-07T21:06:38.296Z (21 days ago)
- Language: Python
- Homepage:
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.