• Austin Clements's avatar
    runtime: use NOFRAME on arm64 · beeabbcb
    Austin Clements authored
    This replaces frame size -8 with the NOFRAME flag in arm64 assembly.
    
    This was automated with:
    
    sed -i -e 's/\(^TEXT.*[A-Z]\),\( *\)\$-8/\1|NOFRAME,\2$0/' $(find -name '*_arm64.s')
    
    Plus a manual fix to mkduff.go.
    
    The go binary is identical before and after this change.
    
    Change-Id: I0310384d1a584118c41d1cd3a042bb8ea7227efa
    Reviewed-on: https://go-review.googlesource.com/92043
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarCherry Zhang <cherryyz@google.com>
    beeabbcb
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...
VERSION Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...