From e21a56acc2d28995aef4586668f756806a53869b Mon Sep 17 00:00:00 2001 From: Sylvain Boulmé Date: Thu, 17 Dec 2020 12:06:37 +0100 Subject: add profiling entry-points in the htmldoc. --- doc/index-kvx.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/index-kvx.html b/doc/index-kvx.html index 39fdf799..dc646a67 100644 --- a/doc/index-kvx.html +++ b/doc/index-kvx.html @@ -253,6 +253,23 @@ This IR is generic over the processor, even if currently, only used for KVX. Unusedglobproof + + Passes introduced for profiling (for later use in trace selection) + + + Insert profiling annotations (for recording experiments -- see PROFILE.md). + + RTL to RTL + Profiling + Profilingproof + + + Update ICond nodes (from recorded experiments -- see PROFILE.md). + + RTL to RTL + ProfilingExploit + ProfilingExploitproof + Passes introduced for superblock prepass scheduling @@ -372,12 +389,13 @@ This IR is generic over the processor, even if currently, only used for KVX. - -

All together

+

All together (there are many more RTL passes than on vanilla CompCert: their order is specified in Compiler)

-- cgit