<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 21, 2023 at 12:04 PM Taco Hoekwater <<a href="mailto:taco@bittext.nl">taco@bittext.nl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Using dummy data doesn’t help I believe, because you then need to check the memory pointer against the dummy pointer instead of against NULL. That should not be helpful.</blockquote><div><br></div><div>Albeit the idea was to be branch less in the function that is a bottleneck, you are right, I threw something like this together (buggy, it will crash on an unknown symbol) albeit it compiled the test that on the other hand did indeed not help at all, even very slightly slower (likely due to initialization time of the dummy variables)</div><div><br></div><div>- Axel</div></div></div>