Skip to content

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

Notifications You must be signed in to change notification settings

webmiche/edge-choice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published