• Josh Bleecher Snyder's avatar
    cmd/compile: break up large value rewrite functions · fc7b83d1
    Josh Bleecher Snyder authored
    This makes the cmd/compile/internal/ssa package
    compile much faster, and has no impact
    on the speed of the compiler.
    
    The chunk size was selected empirically,
    in that at chunk size 10, the object
    file was smaller than at chunk size 5 or 20.
    
    name  old time/op       new time/op       delta
    SSA         7.33s ± 5%        5.64s ± 1%  -23.10%  (p=0.000 n=10+10)
    
    name  old user-time/op  new user-time/op  delta
    SSA         9.70s ± 1%        8.04s ± 2%  -17.17%  (p=0.000 n=9+10)
    
    name  old obj-bytes     new obj-bytes     delta
    SSA         9.82M ± 0%        8.28M ± 0%  -15.67%  (p=0.000 n=10+10)
    
    Change-Id: Iab472905da3f0e82f3db2c93d06e2759abc9dd44
    Reviewed-on: https://go-review.googlesource.com/41296Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    fc7b83d1
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...