Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 348 Bytes

Optimizing Edge Choices for Optimal Inlining

This repo contains my work on optimizing the choice of edges in the optimal inling algorithm.

How To

clang -S -emit-llvm example.c -o ex.ll
opt -passes=dot-callgraph
dot -Tpng -ocallgraph.png ex.ll.callgraph.dot

python3 main.py