• Matthew Dempsky's avatar
    cmd/compile: sort CFG blocks in PC order during liveness · ea8c7dae
    Matthew Dempsky authored
    This CL changes the order that liveness analysis visits CFG blocks to
    PC order, rather than RPO. This doesn't meaningfully change anything
    except that the PCDATA_StackMapIndex values will be assigned in PC
    order too.
    
    However, this does have the benefit that the subsequent CL to port
    liveness analysis to the SSA CFG (which has blocks in PC order) will
    now pass toolstash-check.
    
    Change-Id: I1de5a2eecb8027723a6e422d46186d0c63d48c8d
    Reviewed-on: https://go-review.googlesource.com/38086
    Run-TryBot: Matthew Dempsky <mdempsky@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarJosh Bleecher Snyder <josharian@gmail.com>
    ea8c7dae
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...