On Wed, Oct 02, 2019 at 03:54:17PM +0200, Peter Zijlstra wrote:
> On Fri, Jun 07, 2019 at 10:28:51AM +0200, Peter Zijlstra wrote:
> > On Thu, Jun 06, 2019 at 10:44:23PM +, Nadav Amit wrote:
> > > > + * Usage example:
> > > > + *
> > > > + * # Start with the following functions (with identical
On Fri, Jun 07, 2019 at 10:28:51AM +0200, Peter Zijlstra wrote:
> On Thu, Jun 06, 2019 at 10:44:23PM +, Nadav Amit wrote:
> > > + * Usage example:
> > > + *
> > > + * # Start with the following functions (with identical prototypes):
> > > + * int func_a(int arg1, int arg2);
> > > + * int
> On Jun 7, 2019, at 1:49 AM, Ard Biesheuvel wrote:
>
> On Fri, 7 Jun 2019 at 10:29, Peter Zijlstra wrote:
>> On Thu, Jun 06, 2019 at 10:44:23PM +, Nadav Amit wrote:
+ * Usage example:
+ *
+ * # Start with the following functions (with identical prototypes):
+ * int f
> On Jun 7, 2019, at 1:49 AM, Ard Biesheuvel wrote:
>
>> On Fri, 7 Jun 2019 at 10:29, Peter Zijlstra wrote:
>>
>> On Thu, Jun 06, 2019 at 10:44:23PM +, Nadav Amit wrote:
+ * Usage example:
+ *
+ * # Start with the following functions (with identical prototypes):
+ *
On Fri, 7 Jun 2019 at 10:29, Peter Zijlstra wrote:
>
> On Thu, Jun 06, 2019 at 10:44:23PM +, Nadav Amit wrote:
> > > + * Usage example:
> > > + *
> > > + * # Start with the following functions (with identical prototypes):
> > > + * int func_a(int arg1, int arg2);
> > > + * int func_b(int
On Thu, Jun 06, 2019 at 10:44:23PM +, Nadav Amit wrote:
> > + * Usage example:
> > + *
> > + * # Start with the following functions (with identical prototypes):
> > + * int func_a(int arg1, int arg2);
> > + * int func_b(int arg1, int arg2);
> > + *
> > + * # Define a 'my_key' reference,
> On Jun 5, 2019, at 6:08 AM, Peter Zijlstra wrote:
>
> From: Josh Poimboeuf
>
> Static calls are a replacement for global function pointers. They use
> code patching to allow direct calls to be used instead of indirect
> calls. They give the flexibility of function pointers, but with
> impro
7 matches
Mail list logo