From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Tue Feb 4 18:58:54 EST 2020 Received: from stockyard.bk.recurse-network.net (gateway.bk.recurse-network.net [185.230.222.2]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id e4556ca5 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Tue, 4 Feb 2020 15:58:46 -0800 (PST) Message-ID: <8D34CD631EB2A3983305713F243B7430@eigenstate.org> To: knusbaum@sdf.org, kokamoto@hera.eonet.ne.jp, 9front@9front.org Subject: Re: [9front] Netsurf 3.9 for Plan 9 (work in progress) Date: Tue, 4 Feb 2020 15:58:44 -0800 From: ori@eigenstate.org In-Reply-To: <955870EE382B37038C6DC9E0099709AD@sdf.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: stable enhancement general-purpose optimizer > Yes! I've just applied my changes and have it compiling and loading web pages. > I've just taken the git/diff and dumped it. (That's attached) > > The code still contains debugging fprintf and may contain leaks, etc. It's not done, but it's what I > have at the moment. > > It's kind of a hack, as it hijacks the llcache mechanism, but the higher-level fetcher interface isn't > really compatible with webfs. > > I also have changes that implement correct scrolling and resizing. I'll try to get those into patch > format when I get a chance. Hopefully some time this week. Nice! Thanks! I'll be playing around a bit with this tomorrow. From a quick skim, it feels too intrusive to upstream, but I think we can use it to start a discussion on the right way to do things. But we can definitely commit this, and start using it :)