<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 3: Add control flow information to metadata</title><link href="https://sourceforge.net/p/emma/patches/3/" rel="alternate"/><link href="https://sourceforge.net/p/emma/patches/3/feed.atom" rel="self"/><id>https://sourceforge.net/p/emma/patches/3/</id><updated>2005-12-28T11:02:35Z</updated><subtitle>Recent changes to 3: Add control flow information to metadata</subtitle><entry><title>Add control flow information to metadata</title><link href="https://sourceforge.net/p/emma/patches/3/" rel="alternate"/><published>2005-12-28T11:02:35Z</published><updated>2005-12-28T11:02:35Z</updated><author><name>Mikhail Vladimirov</name><uri>https://sourceforge.net/u/mvladimirov/</uri></author><id>https://sourceforge.net2d841df9dbe4552fed9ebd3585c8a4c7aecd8e71</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This patch enable control flow information to be&lt;br /&gt;
collected during instrumentation stage.  This&lt;br /&gt;
information is available from metadata.  The following&lt;br /&gt;
public members added to metadata classes and interfaces:&lt;/p&gt;
&lt;p&gt;int IMetadataConstants.METHOD_NO_CONTROL_FLOW_TBL;&lt;/p&gt;
&lt;p&gt;int IMetadataConstants.METHOD_NO_CONTROL_FLOW_DATA;&lt;/p&gt;
&lt;p&gt;boolean IMetaData.hasControlFlowData ();&lt;/p&gt;
&lt;p&gt;boolean ClassDescriptor.hasControlFlowData ();&lt;/p&gt;
&lt;p&gt;boolean MethodDescriptor.hasControlFlowData ();&lt;/p&gt;
&lt;p&gt;int [][] MethodDescriptor.getControlFlow ();&lt;/p&gt;
&lt;p&gt;Control flow is int [][] array.  For each basic block&lt;br /&gt;
it holds an array of basic block ids, that can be&lt;br /&gt;
executed just after this basic block.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>