Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

The Go Programming Language

This repository contains experimental/unstable changes to the Go compiler SSA backend

(original README.md)

Development branches

  • dev.chill: This README.md
  • dev.chill.trim: improvements the the basic block trimming pass (README.md)
  • dev.chill.gvn-hoist: GVN code hoisting pass (README.md)
  • dev.chill.licm: Loop Invariant Code Motion pass (README.md)
  • dev.chill.loop-inv: Loop Inversion (README.md)
  • dev.chill.sccp: Sparse Conditional Constant Propagation pass (README.md)

Note that the dev.chill.* branches are often rebased onto master.