Skip to content

vbrunell/optimizing-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opitimizing Compiler

This is an optimizing compiler written in C targeted to SPARC assembly.

A number of compiler optimizations are implemented. They can be found in the opts directory.

To build the optimizer, run make in the opts directory.

There are a number of assembly files to optimize in the test directory. To optimize them, compile them, and run them to gather results by executing the checkallres script in the test directory.

About

SPARC assembly optimizing compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published