From owner-freebsd-net@FreeBSD.ORG Thu May 3 16:24:29 2012 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB7E51065677; Thu, 3 May 2012 16:24:29 +0000 (UTC) (envelope-from rozhuk.im@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id E75D88FC0C; Thu, 3 May 2012 16:24:28 +0000 (UTC) Received: by eekd17 with SMTP id d17so639557eek.13 for ; Thu, 03 May 2012 09:24:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=reply-to:from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:x-mailer :thread-index:content-language; bh=y/Wk57otpV9B6GISLYgcWSvou9kxLcd/XtAwj+JdFaQ=; b=ZkcgigvcArswmkRsN5lG5UwKFN6Mn5Us5sbOrMQxPen/PxcXkBqTy0ulPcirvaSSV8 erSBKKek/d94ygvBB1Kgu1wEUi++onGshH3A8yp7KRzSv+Qzxrrlrnkuv/qiOdBokf3D MR+xqZ2kC6RaOsvjCJHxV49Novkw6zTLkJ5J3/OMm9rU+TBEdPpCBUI+S3MtRhdhIqEw 5vuejnxmjcaRzDIQgtplb73rQz27LURf2fIYPPfgXJrSL8H5dLwmrd7WE2BPyRqXd8r6 615UC8do7jNPm+LxmKWQvtpQIZ2F4ZeFKcmqJHUZeLO3kpAS6BFZi3YZnhbypwlGPHtx 1law== Received: by 10.213.25.220 with SMTP id a28mr428495ebc.88.1336062262470; Thu, 03 May 2012 09:24:22 -0700 (PDT) Received: from rimwks1w7x64 ([164.215.95.17]) by mx.google.com with ESMTPS id r44sm27684927eef.2.2012.05.03.09.24.18 (version=SSLv3 cipher=OTHER); Thu, 03 May 2012 09:24:21 -0700 (PDT) From: rozhuk.im@gmail.com To: "'Attilio Rao'" , "'Steven Atreju'" References: <20120502182557.GA93838@onelab2.iet.unipi.it> <20120502215249.GT633@sherwood.local> <20120503102844.GU633@sherwood.local> In-Reply-To: Date: Fri, 4 May 2012 01:24:11 +0900 Message-ID: <4fa2b135.c4600e0a.153f.03f9@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 thread-index: Ac0pGs90ju5hdBweRg2lwkSX0/opcQALSi1A Content-Language: ru Cc: current@freebsd.org, 'Luigi Rizzo' , "'K. Macy'" , net@freebsd.org Subject: RE: fast bcopy... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rozhuk.IM@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2012 16:24:30 -0000 > > guess this is a good time to thank the FreeBSD hackers for that FPU > > stack FILD/FISTP idea! > > I'll append the copy related notes of our doc/memperf.txt. > > Thanks, >=20 > I made an implementation of fpu unwinding and mmx copy to see if they > were really making a difference years ago (reimplementing bcopy, > memcopy, etc.). Codecs, such as Ffdshow often contain their own functions to work with = memory.