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 21:54:16 +0100
User-agent: Gnus (Gnus v5.13), GNU Emacs 27.0.50, x86_64-pc-linux-gnu

I made several minor improvements, all backwards-compatible.

José may benefit from the new template function
vmprefix_profile_merge_from_state.  Example:

   pvm_profile p = pvm_profile_make ();
   pvm_profile_merge_from_state (p, state1);
   pvm_profile_merge_from_state (p, state2);
   ...
   pvm_profile_merge_from_state (p, stateN);
   pvm_profile_print_specialized (print_context, p);
   pvm_profile_destroy (p);

New tag v0.9.247.

-- 
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]