• Keith Randall's avatar
    [dev.ssa] cmd/compile/internal/ssa: implement write barriers · e3869a6b
    Keith Randall authored
    For now, we only use typedmemmove.  This can be optimized
    in future CLs.
    
    Also add a feature to help with binary searching bad compilations.
    Together with GOSSAPKG, GOSSAHASH specifies the last few binary digits
    of the hash of function names that should be compiled.  So
    GOSSAHASH=0110 means compile only those functions whose last 4 bits
    of hash are 0110.  By adding digits to the front we can binary search
    for the function whose SSA-generated code is causing a test to fail.
    
    Change-Id: I5a8b6b70c6f034f59e5753965234cd42ea36d524
    Reviewed-on: https://go-review.googlesource.com/14530Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    e3869a6b
Name
Last commit
Last update
..
gcprog Loading commit data...
goobj Loading commit data...
obj Loading commit data...
objfile Loading commit data...