Re: [PATCH 2/2] x86/entry: Inline enter_from_user_mode

2016-06-20 Thread Rik van Riel
On Mon, 2016-06-20 at 16:58 +0200, Paolo Bonzini wrote: > This matches what is already done for prepare_exit_to_usermode, > and saves about 60 clock cycles (4% speedup) with the benchmark > in the previous commit message. > > Cc: Andy Lutomirski > Cc: Peter Zijlstra > Cc: Rik van Riel > Cc: H.

Re: [PATCH 2/2] x86/entry: Inline enter_from_user_mode

2016-06-09 Thread Andy Lutomirski
On Mon, Jun 6, 2016 at 9:01 AM, Paolo Bonzini wrote: > > > On 04/06/2016 07:08, Andy Lutomirski wrote: >> On May 30, 2016 5:30 AM, "Paolo Bonzini" wrote: >>> >>> This matches what is already done for prepare_exit_to_usermode, >>> and saves about 60 clock cycles (4% speedup) with the benchmark >>>

Re: [PATCH 2/2] x86/entry: Inline enter_from_user_mode

2016-06-06 Thread Paolo Bonzini
On 04/06/2016 07:08, Andy Lutomirski wrote: > On May 30, 2016 5:30 AM, "Paolo Bonzini" wrote: >> >> This matches what is already done for prepare_exit_to_usermode, >> and saves about 60 clock cycles (4% speedup) with the benchmark >> in the previous commit message. >> >> Cc: Andy Lutomirski >>

Re: [PATCH 2/2] x86/entry: Inline enter_from_user_mode

2016-06-03 Thread Andy Lutomirski
On May 30, 2016 5:30 AM, "Paolo Bonzini" wrote: > > This matches what is already done for prepare_exit_to_usermode, > and saves about 60 clock cycles (4% speedup) with the benchmark > in the previous commit message. > > Cc: Andy Lutomirski > Cc: Peter Zijlstra > Cc: Rik van Riel > Cc: H. Peter

Re: [PATCH 2/2] x86/entry: Inline enter_from_user_mode

2016-06-01 Thread Rik van Riel
On Mon, 2016-05-30 at 14:30 +0200, Paolo Bonzini wrote: > This matches what is already done for prepare_exit_to_usermode, > and saves about 60 clock cycles (4% speedup) with the benchmark > in the previous commit message. > > Cc: Andy Lutomirski > Cc: Peter Zijlstra > Cc: Rik van Riel > Cc: H.