• Russ Cox's avatar
    runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames · 15b76ad9
    Russ Cox authored
    Commit to stack copying for stack growth.
    
    We're carrying around a surprising amount of cruft from older schemes.
    I am confident that precise stack scans and stack copying are here to stay.
    
    Delete fallback code for when precise stack info is disabled.
    Delete fallback code for when copying stacks is disabled.
    Delete fallback code for when StackCopyAlways is disabled.
    Delete Stktop chain - there is only one stack segment now.
    Delete M.moreargp, M.moreargsize, M.moreframesize, M.cret.
    Delete G.writenbuf (unrelated, just dead).
    Delete runtime.lessstack, runtime.oldstack.
    Delete many amd64 morestack variants.
    Delete initialization of morestack frame/arg sizes (shortens split prologue!).
    
    Replace G's stackguard/stackbase/stack0/stacksize/
    syscallstack/syscallguard/forkstackguard with simple stack
    bounds (lo, hi).
    
    Update liblink, runtime/cgo for adjustments to G.
    
    LGTM=khr
    R=khr, bradfitz
    CC=golang-codereviews, iant, r
    https://golang.org/cl/137410043
    15b76ad9
Name
Last commit
Last update
..
5a Loading commit data...
5c Loading commit data...
5g Loading commit data...
5l Loading commit data...
6a Loading commit data...
6c Loading commit data...
6g Loading commit data...
6l Loading commit data...
8a Loading commit data...
8c Loading commit data...
8g Loading commit data...
8l Loading commit data...
addr2line Loading commit data...
api Loading commit data...
cc Loading commit data...
cgo Loading commit data...
dist Loading commit data...
fix Loading commit data...
gc Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal/objfile Loading commit data...
ld Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
yacc Loading commit data...