Re: [webkit-dev] Discussing bug 98539 - Refactor resource loading to allow for out-of-process loading and memory caching

2012-10-10 Thread Maciej Stachowiak
On Oct 9, 2012, at 1:50 PM, Adam Barth wrote: > > That raises the question of what the cache-size to hit-rate curve > looks like. I don't think that's something we've ever measured for > the MemoryCache, but it would be interesting to know, for example, > whether increasing the cache size by 4

Re: [webkit-dev] HbbTV support within Webkit

2012-10-10 Thread Mark Toller
Hi, HbbTV and OIPF specifications are available to download from the HbbTV and OIPF sites: http://www.hbbtv.org/pages/about_hbbtv/specification.php http://www.oipf.tv/specifications The closed standard is the CE-HTML standard, which is referenced by OIPF. The portions of CE-HTML used by HbbTV an

Re: [webkit-dev] HbbTV support within Webkit

2012-10-10 Thread Kenneth Rohde Christiansen
Hi, I still don't get it. CE-HTML is a closed standard and not something we ever want in WebKit as we are pushing HTML5/Living Standard. I understand that you need some execution and security model, but apart from that I don't see why you don't aim at supporting HTML5 instead of some custom diale

Re: [webkit-dev] HbbTV support within Webkit

2012-10-10 Thread Glenn Adams
On Wed, Oct 10, 2012 at 3:50 PM, Kenneth Rohde Christiansen < kenneth.christian...@gmail.com> wrote: > Hi, > > I still don't get it. CE-HTML is a closed standard and not something > we ever want in WebKit as we are pushing HTML5/Living Standard. > Just to provide some additional input. CE-HMTL, m

[webkit-dev] x32 support of JavaScriptCore

2012-10-10 Thread Xian, Yuqiang
Hi, As you may already know there's a new x32 ABI - a 32-bit psABI for x86-64 with 32-bit pointer size. It tries to leverage the advantage of more registers and IP relative addressing from x64 and the advantage of smaller memory footprint from IA32. You can find more details of the x32 ABI here

Re: [webkit-dev] Discussing bug 98539 - Refactor resource loading to allow for out-of-process loading and memory caching

2012-10-10 Thread Adam Barth
On Wed, Oct 10, 2012 at 12:04 AM, Maciej Stachowiak wrote: > On Oct 9, 2012, at 1:50 PM, Adam Barth wrote: >> That raises the question of what the cache-size to hit-rate curve >> looks like. I don't think that's something we've ever measured for >> the MemoryCache, but it would be interesting to

Re: [webkit-dev] Transformations precision: double -> float

2012-10-10 Thread Gabor Rapcsanyi
Hello! That was a long time ago and there were no objections so I made a bug for the further discussions and patches: https://bugs.webkit.org/show_bug.cgi?id=98913 Regards, Gabor What CPU executes single precision floating point values at the same speed as double precision? Here's a benc

Re: [webkit-dev] Discussing bug 98539 - Refactor resource loading to allow for out-of-process loading and memory caching

2012-10-10 Thread Maciej Stachowiak
On Oct 10, 2012, at 8:49 AM, Adam Barth wrote: > On Wed, Oct 10, 2012 at 12:04 AM, Maciej Stachowiak wrote: >> On Oct 9, 2012, at 1:50 PM, Adam Barth wrote: >>> That raises the question of what the cache-size to hit-rate curve >>> looks like. I don't think that's something we've ever measured

Re: [webkit-dev] Discussing bug 98539 - Refactor resource loading to allow for out-of-process loading and memory caching

2012-10-10 Thread Geoffrey Garen
> My guess is that frequency of hits on given cache items approximately follows > a power law distribution, and therefore increasing cache size gives > diminishing returns. FWIW, a few years back I did some in-depth data gathering on this score using "real world" websites. I found that, for enc

Re: [webkit-dev] x32 support of JavaScriptCore

2012-10-10 Thread Kenneth Rohde Christiansen
Hi, I don't think another branch on webkit.org will help you much; then you can as well have a branch anywhere. If you want this code to be well tested and maintained, you need to get it upstream (through all the review process) and promise that you have resources to keep maintaining it. It will