From owner-freebsd-current@FreeBSD.ORG Tue Feb 22 16:30:18 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A996106566B; Tue, 22 Feb 2011 16:30:18 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9BFF58FC1D; Tue, 22 Feb 2011 16:30:17 +0000 (UTC) Received: by wwf26 with SMTP id 26so7239493wwf.31 for ; Tue, 22 Feb 2011 08:30:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=P5IgdAVharQoLPynXJhta2QzJDtC251IGl1pILSzP94=; b=mlTK/A0/DgdKafsWZvW4NTjehW1Wypc3ueA+wqbCTny5pc+3eGXnYmY53klY+0rVtm 0oJG3/xr1IrOw0OhBmd/2n0g4cdwG7dTCTt/fiUbrbugWUsJDQfVS2L0e/EU91KZjH08 Qm0DPFvGYhKxSUhIFlArvfSsvIJaOqdizZrTM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=a1DLws9uitgrrVS8Ln7EWfhu996EtEm2V2jlpI9zk3rrDrSorqYJLQMmwZ28XoIshp RMweJ15XXalFOgN+FpSYLs3LEpK2fY2G0wqBJKcju0kBln02RUQ9JRHCnyTC8MSNuEQB vLI7XN1eA79uTEkwfchDKXq5kRXBKtq3Incp4= MIME-Version: 1.0 Received: by 10.216.1.145 with SMTP id 17mr2673089wed.50.1298392175680; Tue, 22 Feb 2011 08:29:35 -0800 (PST) Received: by 10.216.15.74 with HTTP; Tue, 22 Feb 2011 08:29:35 -0800 (PST) In-Reply-To: References: Date: Tue, 22 Feb 2011 08:29:35 -0800 Message-ID: From: Garrett Cooper To: Eir Nym Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current , Dimitry Andric Subject: Re: Wow... (<-- blown away at performance) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 16:30:18 -0000 On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym wrote: > On 22 February 2011 11:15, Garrett Cooper wrote: >> =A0 =A0I don't know what to say, but r218938 screams with flash videos >> (native Linux speed). Not sure if it's the new binutils or if it's the >> new linuxulator patches, but I can run multiple instances of youtube >> in parallel (5 total with other miscellaneous flash animation) without >> it totally lagging out Firefox/X11, and it appears to close the >> instances of firefox properly now. Hopefully this version fares better >> than r218113 did (I think I hit a kernel bug after 2 weeks uptime, >> where my system just hardlocked for no apparent reason). >> =A0 =A0Anyhow, hope others have similar results. >> Cheers! >> -Garrett >> >> $ uname -a >> FreeBSD bayonetta.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r218938M: >> Mon Feb 21 23:10:51 PST 2011 >> gcooper@bayonetta.local:/usr/obj/usr/src/sys/BAYONETTA =A0amd64 > > Which FlashPlayer version do you test? Adobe has made significant > performance changes in 10.2 (from 10.1). You can search for StageVideo > performance to learn more about. Youtube already use them since 10.2 > beta linux-f10-flashplugin-10.1r102.65 . The performance increases are claimed to be "up to 85%" on the Stage Video site, but I'm seeing a more than 200% increase (now it actually scales between multiple instances, instead of croaks with one instance, tiling up and down the screen when moving the window slider for instance or switching tabs). Besides, it seems like it needs external support from the video driver, and I'm not sure that that bridge exists in the linuxulator. Also, it looks like npviewer.bin still hangs to resources on until Firefox closes (or I kill it :)..), so something still needs to be resolved there, but that isn't a regression (it's acted that way for ages), and shouldn't be too hard to do. Thanks, -Garrett