![]() The SimpleDCE pass was previously used to only compile the parts of the program that were in use. However, lately the only real purpose has been to speed up the compiler a bit by only compiling the necessary functions. This pass however is a problem for compiling (and caching) packages in parallel. Therefore, this commit removes it as a preparatory step towards that goal. |
||
---|---|---|
.. | ||
ircheck | ||
llvmutil | ||
testdata | ||
asserts.go | ||
atomic.go | ||
calls.go | ||
channel.go | ||
compiler.go | ||
compiler_test.go | ||
defer.go | ||
errors.go | ||
func.go | ||
gc.go | ||
goroutine.go | ||
inlineasm.go | ||
interface.go | ||
interrupt.go | ||
intrinsics.go | ||
llvm.go | ||
map.go | ||
sizes.go | ||
symbol.go | ||
syscall.go | ||
volatile.go |