On Sat, 22 Jul 2017 02:25:29 -0400
Todd Mortimer <[email protected]> wrote:

> xor [rsp], rsp
> 
> at the start of each function, and before every RET.

Wouldn't this break with alloca() or C99 VLAs?
%rbp may work better, if the frame pointer is
retained.

-- 
Ori Bernstein <[email protected]>

Reply via email to