• Matthew Dempsky's avatar
    cmd/compile: remove funcdepth variables · d7eb4901
    Matthew Dempsky authored
    There were only two large classes of use for these variables:
    
    1) Testing "funcdepth != 0" or "funcdepth > 0", which is equivalent to
    checking "Curfn != nil".
    
    2) In oldname, detecting whether a closure variable has been created
    for the current function, which can be handled by instead testing
    "n.Name.Curfn != Curfn".
    
    Lastly, merge funcstart into funchdr, since it's only called once, and
    it better matches up with funcbody now.
    
    Passes toolstash-check.
    
    Change-Id: I8fe159a9d37ef7debc4cd310354cea22a8b23394
    Reviewed-on: https://go-review.googlesource.com/99076
    Run-TryBot: Matthew Dempsky <mdempsky@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    d7eb4901
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...