Re: [PATCH v10] add -fpatchable-function-entry=N,M option

2017-07-05 Thread Richard Earnshaw (lists)
On 05/07/17 16:38, Sandra Loosemore wrote: > On 07/05/2017 01:36 AM, Torsten Duwe wrote: >> Changes since v9: >> >> * Do not store (declare static) the nop pattern template string. >>In the future, it might depend on the particular function >>being emitted. Fetch it freshly each time instea

Re: [PATCH v10] add -fpatchable-function-entry=N,M option

2017-07-05 Thread Sandra Loosemore
On 07/05/2017 01:36 AM, Torsten Duwe wrote: Changes since v9: * Do not store (declare static) the nop pattern template string. In the future, it might depend on the particular function being emitted. Fetch it freshly each time instead. * On platforms without named sections, simply omit th

[PATCH v10] add -fpatchable-function-entry=N,M option

2017-07-05 Thread Torsten Duwe
Changes since v9: * Do not store (declare static) the nop pattern template string. In the future, it might depend on the particular function being emitted. Fetch it freshly each time instead. * On platforms without named sections, simply omit the recording of the nop locations. Run-time ins