*** Submitted as https://code.google.com/p/go/source/detail?r=6624f422f070 *** runtime/pprof: fix arm build after CL 61270043 TBR=dvyukov CC=golang-codereviews https://codereview.appspot.com/62960043
11 years, 4 months ago
(2014-02-13 06:16:24 UTC)
#2
On Thu, Feb 13, 2014 at 1:28 AM, <dvyukov@google.com> wrote: > LGTM > but I ...
11 years, 4 months ago
(2014-02-13 06:36:21 UTC)
#4
On Thu, Feb 13, 2014 at 1:28 AM, <dvyukov@google.com> wrote:
> LGTM
> but I am a bit confused why there are entries >etext on linux/arm..
>
hmm. maybe the problem is that each of the dummy functions is only 1 byte,
so adding the PC quantum ends up being in the next function.
On Thu, Feb 13, 2014 at 10:36 AM, Russ Cox <rsc@golang.org> wrote: > On Thu, ...
11 years, 4 months ago
(2014-02-13 06:45:23 UTC)
#5
On Thu, Feb 13, 2014 at 10:36 AM, Russ Cox <rsc@golang.org> wrote:
> On Thu, Feb 13, 2014 at 1:28 AM, <dvyukov@google.com> wrote:
>>
>> LGTM
>> but I am a bit confused why there are entries >etext on linux/arm..
>
>
> hmm. maybe the problem is that each of the dummy functions is only 1 byte,
> so adding the PC quantum ends up being in the next function.
Why is then PCquantum=4, if min instruction size is 1?..
ExternalCode is used when PC passed to sigprof > etext. Why are there
PCs>etext on arm?..
Issue 62960043: code review 62960043: runtime/pprof: fix arm build after CL 61270043
(Closed)
Created 11 years, 4 months ago by rsc
Modified 11 years, 4 months ago
Reviewers: dvyukov
Base URL:
Comments: 0