From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754152AbbFRJGh (ORCPT ); Thu, 18 Jun 2015 05:06:37 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:36252 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752890AbbFRJG3 (ORCPT ); Thu, 18 Jun 2015 05:06:29 -0400 Date: Thu, 18 Jun 2015 11:06:25 +0200 From: Ingo Molnar To: "H. Peter Anvin" Cc: Andy Lutomirski , Linus Torvalds , Denys Vlasenko , Borislav Petkov , X86 ML , "linux-kernel@vger.kernel.org" Subject: Re: For your amusement: slightly faster syscalls Message-ID: <20150618090624.GA22009@gmail.com> References: <557F46CF.8040003@zytor.com> <20150618080106.GA11473@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * H. Peter Anvin wrote: > Well... with UP we don't even need GS in the kernel... Yeah, but it was just a simple demo, to see how much of a speedup the GS access reordering it is, so in that sense it was good enough to see that the speedup is 3 cycles. (Got the original email forwarded meanwhile.) Thanks, Ingo