epsilon-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jitter v0.9.246] VM instruction profiling (by instrumentation count


From: Luca Saiu
Subject: Re: [Jitter v0.9.246] VM instruction profiling (by instrumentation counters)
Date: Thu, 24 Dec 2020 07:30:11 +0100
User-agent: Gnus (Gnus v5.13), GNU Emacs 27.0.50, x86_64-pc-linux-gnu

On 2020-12-24 at 07:26 +0100, Luca Saiu wrote:

>   pvm_profile p = pvm_profile_make ();
>   pvm_profile_merge_from (p, state1);
>   pvm_profile_merge_from (p, state2);
>   ...
>   pvm_profile_merge_from (p, stateN);

Sorry, no.  That was wrong.  I meant to write:

>   pvm_profile p = pvm_profile_make ();
>   pvm_profile_merge_from (p, pvm_state_profile (state1));
>   pvm_profile_merge_from (p, pvm_state_profile (state1));
>   ...
>   pvm_profile_merge_from (p, pvm_state_profile (state1));

More in general, the function vmprefix_state_profile returns a pointer
to the profile contained in the state the function receives a pointer
to.

-- 
Luca Saiu
* My personal web site:  http://ageinghacker.net
* GNU epsilon:           http://www.gnu.org/software/epsilon
* Jitter:                http://ageinghacker.net/projects/jitter

I support everyone's freedom of mocking any opinion or belief, no
matter how deeply held, with open disrespect and the same unrelented
enthusiasm of a toddler who has just learned the word "poo".

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]