Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors