SafeStack proposal in GCC
Regards Li Kun
Re: SafeStack proposal in GCC
Regards Li Kun
[Question]: How to tracking the relationship between gimple expr and expanded rtx ?
I need to known which rtx is expanded from a specific CALL_EXPR, how could i do ? Is INSN_LOCATION accurate enough ? -- Best Regards Li Kun
Re: [Question]: How to tracking the relationship between gimple expr and expanded rtx ?
在 2019/1/18 16:52, Richard Biener 写道: On Fri, Jan 18, 2019 at 4:11 AM Li Kun wrote: I need to known which rtx is expanded from a specific CALL_EXPR, how could i do ? Is INSN_LOCATION accurate enough ? No. There's no accurate way to do this so you have to invent something. Or sta