O. T. Wilkerson
  • O. T. Wilkerson
  • Projects
  • Blog
  • Resume
  • Social
  • Projects
  • Blog
  • Resume
  • Social

A Custom Compiler that Implements Basic Code Optimizations and Combinatorial Circuit Generation

Posted on May 3, 2018 at 10:09 am.

Written by Tanner Wilkerson

This compiler take a C-like language, performs code motion, code straightening, loop unrolling, constant/variable propagation, and even generates a combinatorial circuit equivalent to the given code.

Tags: Code Optimization, compilers, Software