• Dave Cheney's avatar
    cmd/internal/gc: more Node cleanups · e4981819
    Dave Cheney authored
    More cleanups to gc.Node
    
    - make Node.Local a boolean
    - make Type.Local a boolean
    - reduce the size of Node.Esc to a uint8
    
    Reducing the size of Node.Esc shaves ~45mb off the RSS compiling cmd/internal/gc on amd64
    
    before:
            Maximum resident set size (kbytes): 659496
    after:
            Maximum resident set size (kbytes): 612196
    
    - declare gc.Funcdepth as int32
    - declare Node.Funcdepth as int32
    
    In both cases, these were previously machine specific int types. This doesn't result in
    any memory saving at the moment due to struct padding.
    
    Change-Id: Iabef8da15e962fe8b79d7fd3d402fb26ce7ec31c
    Reviewed-on: https://go-review.googlesource.com/7261Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    Run-TryBot: Dave Cheney <dave@cheney.net>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    e4981819
Name
Last commit
Last update
..
asm Loading commit data...
gc Loading commit data...
goobj Loading commit data...
ld Loading commit data...
obj Loading commit data...
objfile Loading commit data...
rsc.io Loading commit data...