From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 6 May 2014 09:35:39 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: <20140506093903.GA483@polynum.com> <20140506095249.GA749@polynum.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] [GSOC] fast kernel compile Topicbox-Message-UUID: defb597c-ead8-11e9-9d60-3106f5b1d025 > Recently I saw that the source of the underlying engine for (I think) > Chrome had roughly halved in size. I'm not sure if that's the same > version as the you've got. They'd done trendy things like devise and > implement suitable abstractions for different parts of the > graphics/browsing model, and implemented those in a modular way, and > surprisingly, it got simpler and smaller. It's actually quite hard to > do with the browser, because the standard specifications are not > well-suited for either writing HTML or implementing it, so it's hard > to see what abstractions might actually be needed or would work. that, and they gave up on being compatable with apple's webkit. - erik