]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add initial README
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 31 Mar 2018 22:36:44 +0000 (23:36 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 27 Apr 2018 07:51:59 +0000 (07:51 +0000)
commita835c7396d884b29e861594228fac89ba3f0d28d
tree3643c43ac9ea3f8b3c2650632186d61dba4f61fd
parenta76249c38d61f5476e38e180dd4b4c07e8b16dc1
cmd/compile: add initial README

As a follow-up to the first README for cmd/compile/internal/ssa.

Since this is the parent package for all the compiler packages, this
README serves as an overview of the compiler and its packages. As more
READMEs are added for specific parts with more detail, such as ssa's,
they can be linked from this one.

Thanks to Iskander Sharipov, Josh Bleecher Snyder, Matthew Dempsky,
Alberto Donizetti, and Robert Griesemer for helping with all the details
in this document.

Change-Id: I820a535e25dce86ccc667ce1c6e92b75fc32f3af
Reviewed-on: https://go-review.googlesource.com/103935
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/README.md [new file with mode: 0644]