• Russ Cox's avatar
    undo CL 7301062 / 9742f722b558 · e0deb2ef
    Russ Cox authored
    broke arm garbage collector
    
    traceback_arm fails with a missing pc. It needs CL 7494043.
    But that only makes the build break later, this time with
    "invalid freelist". Roll back until it can be fixed correctly.
    
    ««« original CL description
    runtime: restrict stack root scan to locals and arguments
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/7301062
    »»»
    
    R=golang-dev, bradfitz
    CC=golang-dev
    https://golang.org/cl/7493044
    e0deb2ef
traceback_x86.c 5.65 KB