aboutsummaryrefslogtreecommitdiff
path: root/COPYING3
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-02-07 22:04:55 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-02-07 22:04:55 +0000
commitf1a2d8b1b51ee77499ccf8ed3b4b49ca5307ddb4 (patch)
tree11e6655920a67f8348528f9cd25ca6b1167eb6d1 /COPYING3
parent82e259b893021c9b82db80456d409ea6d6bc41d7 (diff)
downloadgcc-f1a2d8b1b51ee77499ccf8ed3b4b49ca5307ddb4.zip
gcc-f1a2d8b1b51ee77499ccf8ed3b4b49ca5307ddb4.tar.gz
gcc-f1a2d8b1b51ee77499ccf8ed3b4b49ca5307ddb4.tar.bz2
runtime: don't call funcPC from a function
The escape analysis support is not yet good enough to avoid escaping the argument to funcPC. This causes unnecessary and often harmful memory allocation. E.g., (*cpuProfile).addExtra can be called from a signal handler, and it must not allocate memory. Move the calls to funcPC to use variables instead. This was done in the original migration to using funcPC, but was not done for newer code. In one case, in signal handling code, use getSigtramp. Reviewed-on: https://go-review.googlesource.com/92735 From-SVN: r257463
Diffstat (limited to 'COPYING3')
0 files changed, 0 insertions, 0 deletions