Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

c-luu/locality-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Locality Optimizations

This project explores two compiler techniques for locality optimization at the following levels:

  1. Local
  2. Regional

Setup

docker pull ocaml/opam

docker run -it --rm -v "$(pwd)":/src ocaml/opam /bin/bash

opam install utop

Compile

ocamlc -o foo foo.ml

TODO

  1. Front-end compiler.
  2. CFG builder.
  3. Organize types.
  4. Refactor mutable variables.

Resources

  1. Lecture Slides.

About

scripts to explore compiler value numberings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages