<div dir="auto">Hi Roland,<div dir="auto">Yes you are right, that&#39;s the proper class name.</div><div dir="auto"><br></div><div dir="auto">Atm the goal for me is just to print all the instructions that are executed In the LLVM IR firm if possible.</div><div dir="auto"><br></div><div dir="auto">If all goes well I&#39;d like to work on a code coverage tool for the bitcode.</div><div dir="auto"><br></div><div dir="auto">Thanks</div><div dir="auto">Alberto</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 11, 2020, 16:02 Roland Schatz &lt;<a href="mailto:roland.schatz@oracle.com">roland.schatz@oracle.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div>
    <div>Hi Alberto!<br>
      <br>
      I assume you mean the LLVMBitcodeInstructionVisitor class, right?
      This class is part of the internal implementation of the LLVM
      runtime in GraalVM, and not meant to be extended or used outside
      of the LLVM runtime. This is not meant as API, we might change
      that class without notice, even in minor releases.<br>
      <br>
      What are you trying to achieve by subclassing it?<br>
      <br>
      - Roland<br>
      <br>
      On 2/11/20 4:31 PM, Alberto Barbaro wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="auto">Hi all,
        <div dir="auto">I&#39;ve just started to use graalvm and I&#39;ve
          noticed that the LLVMBitcodeVisitor class is market as final.
          I&#39;d like to create my own visitor extending it... So I was
          wondering if there is a better approach rather then modifying
          a bit the source code. How would you recommend to do it?</div>
        <div dir="auto"><br>
        </div>
        <div dir="auto">Thanks</div>
        <div dir="auto">Alberto</div>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
GraalVM-Users mailing list
<a href="mailto:GraalVM-Users@oss.oracle.com" target="_blank" rel="noreferrer">GraalVM-Users@oss.oracle.com</a>
<a href="https://oss.oracle.com/mailman/listinfo/graalvm-users" target="_blank" rel="noreferrer">https://oss.oracle.com/mailman/listinfo/graalvm-users</a></pre>
    </blockquote>
    <p><br>
    </p>
  </div>

_______________________________________________<br>
GraalVM-Users mailing list<br>
<a href="mailto:GraalVM-Users@oss.oracle.com" target="_blank" rel="noreferrer">GraalVM-Users@oss.oracle.com</a><br>
<a href="https://oss.oracle.com/mailman/listinfo/graalvm-users" rel="noreferrer noreferrer" target="_blank">https://oss.oracle.com/mailman/listinfo/graalvm-users</a></blockquote></div>