• Iskander Sharipov's avatar
    cmd/compile/internal/gc: handle array slice self-assign in esc.go · 859cf7fc
    Iskander Sharipov authored
    Instead of skipping all OSLICEARR, skip only ones with non-pointer
    array type. For pointers to arrays, it's safe to apply the
    self-assignment slicing optimizations.
    
    Refactored the matching code into separate function for readability.
    
    This is an extension to already existing optimization.
    
    On its own, it does not improve any code under std, but
    it opens some new optimization opportunities. One
    of them is described in the referenced issue.
    
    Updates #7921
    
    Change-Id: I08ac660d3ef80eb15fd7933fb73cf53ded9333ad
    Reviewed-on: https://go-review.googlesource.com/133375
    Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarCherry Zhang <cherryyz@google.com>
    859cf7fc
escape2n.go 40.8 KB