You can iterate over the statements contained within a superblock, add
new statements, remove statements, etc.  Which super block gets
translated next will likely depend on the computation done by the
super block itself, which is what you are seeing with the branch
termination.  What are you trying to do?

On Mon, Jun 29, 2020 at 3:02 PM Mark Roberts <mar...@cs.washington.edu> wrote:
>
> I am confused by Valgrind's use of the IRSB data structure.  The notes say
> these are super blocks, but every case I've seen they terminate with a
> conditional branch.  What is that magic I'm missing in order to operate on a
> traditional super block?
>
> Thank you
> Mark Roberts
>
>
> _______________________________________________
> Valgrind-users mailing list
> Valgrind-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/valgrind-users



-- 
Derrick McKee
Phone: (703) 957-9362
Email: derrick.mc...@gmail.com


_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to