]> Cypherpunks.ru repositories - gostls13.git/commitdiff
all: merge dev.cc (a91c2e0) into master
authorRuss Cox <rsc@golang.org>
Mon, 23 Feb 2015 21:50:05 +0000 (16:50 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 23 Feb 2015 21:52:29 +0000 (16:52 -0500)
This change deletes the C implementations of
the Go compiler and assembler from the master branch.

The Go implementations are a bit slower right now,
due mainly to garbage generated by taking addresses
of stack variables all over the place (it was C code,
after all). That will be cleaned up (mechanically) over the
next week or so, and things will get faster.

Change-Id: I66b2b3477aec8835f9960d0798f5752dcd98d08f


Trivial merge