<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">J. Gareth Moreton <<a href="mailto:gareth@moreton-family.com">gareth@moreton-family.com</a>> schrieb am So., 22. Dez. 2019, 19:18:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">- Add a 4th parameter named "IgnoreConditionalJumps" with a default <br>
value of False (so existing code doesn't break). Setting this to True <br>
will allow the method to look past conditional jumps for instructions <br>
that use the specified register.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">A general remark: default parameters are kinda frowned upon inside the compiler. So better fix all call sites, even if it means more work. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>