SafeStack proposal in GCC

2019-01-17 Thread Li Kun
Regards Li Kun

Re: SafeStack proposal in GCC

2019-01-17 Thread Li Kun
Regards Li Kun

[Question]: How to tracking the relationship between gimple expr and expanded rtx ?

2019-01-17 Thread Li Kun
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-01-18 Thread Li Kun
在 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