<div dir="ltr">Hi,<div><br></div><div>sema calls HandleVTable() with a bool parameter which is then threaded through three layers. The only effect of this bool is an early return at the last layer.</div><div><br></div><div>Instead, remove this parameter and call HandleVTable() only if the bool is true. No intended behavior change, this is just a code simplification.</div><div><br></div><div>I'm not sure why these three hops are done – it's not due to code rot, this was added in one piece in r103718. That's why I'm not just landing this but asking for precommit review – does anyone know if there's a reason for the current path?</div><div><br>Nico</div></div>