<div dir="ltr"><span style="font-size:14px">Hi Reid,</span><br style="font-size:14px"><br style="font-size:14px"><span style="font-size:14px">I'm aware of the invoke instruction and landingpad. But it's too heavy</span><br style="font-size:14px"><span style="font-size:14px">weight for control flow. It's quite expensive to take the exceptional path</span><br style="font-size:14px"><span style="font-size:14px">in C++.</span><br style="font-size:14px"><br style="font-size:14px"><span style="font-size:14px">What I want is a more lightweight approach, to pass the return address to</span><br style="font-size:14px"><span style="font-size:14px">the callee, and let the callee jump to that address directly.</span><br></div>