From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.oboj.net ([195.178.185.14]) by ewsd; Thu Feb 6 06:26:46 EST 2020 Received: from localhost (localhost [127.0.0.1]) by mail.oboj.net (Postfix) with ESMTP id DF715BF3DB6; Thu, 6 Feb 2020 12:26:37 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.oboj.net Received: from mail.oboj.net ([127.0.0.1]) by localhost (mail.oboj.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wDtcaNa5G8OC; Thu, 6 Feb 2020 12:26:37 +0100 (CET) Received: from www.oboj.net (unknown [195.178.185.23]) by mail.oboj.net (Postfix) with ESMTP id 626E1BF3DB3; Thu, 6 Feb 2020 12:26:37 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 06 Feb 2020 13:26:37 +0200 From: jamos@oboj.net To: 9front@9front.org Subject: Re: [9front] Netsurf 3.9 for Plan 9 (work in progress) In-Reply-To: <3611CE38-6E0B-49B5-80FF-B65A0955954E@sdf.org> References: <2BD7E22B46E161C63AB94CC9F9EDFA4E@hera.eonet.ne.jp> <3611CE38-6E0B-49B5-80FF-B65A0955954E@sdf.org> Message-ID: X-Sender: jamos@oboj.net User-Agent: Roundcube Webmail/1.3.4 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: configuration method-oriented STM lifecycle descriptor generator Great! With the latest update of libnsfb/src/surface/plan9.c my drawing performance is now back to how it was before. I didn't notice before that it was scrolling that triggered p9copy(), but the window now redraws much nicer when scrolling :-) Kenji, you might not see a speed up if you run the browser on your terminal or all-in-one plan9 installation, but if you run it on a cpu-server it makes a difference depending on the bandwidth. I still might continue to implement compression of big updates and upload them with cloadimage() instead of loadimage() - especially if the framebuffer version of netsurf will stick around for some while. Jonas On 2020-02-06 02:24, Kyle Nusbaum wrote: > I'm sorry, that patch had an issue with p9copy. > > However, I've fixed and merged my changes into the repos. > > If you get a clean checkout from nsport, it should compile and work. > > On February 5, 2020 6:08:40 PM CST, kokamoto@hera.eonet.ne.jp wrote: > >> I tried disfix2.patch. >> It seems not to speed up the drawing... >> >> By the way, BBCNews site makes corrupt the browser. >> >> Kenji > > -- Kyle