Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
/ ssa-optimizer Public archive

a collection of simple optimization algorithms for ssa (single static assignment) form based ir (intermediate representation)

Notifications You must be signed in to change notification settings

chrim05/ssa-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what is this

this repository contains examples of simple algorithms for optimizing intermediate reprepsentation in ssa form
note that the stack bytecode is also supported, it's converted into ssa form, which can be optimized by the optimize1, optimize2 etc functions

About

a collection of simple optimization algorithms for ssa (single static assignment) form based ir (intermediate representation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages