[Webkit-unassigned] [Bug 132588] support for navigator.cores or navigator.hardwareConcurrency

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 5 20:40:19 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132588


Brady Eidson <beidson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beidson at apple.com




--- Comment #4 from Brady Eidson <beidson at apple.com>  2014-05-05 20:40:39 PST ---
My turn to chime in.

- Reiterating the fingerprinting problem that's already been mentioned that we have no response to.
- "Number of physical cores" does not correlate to the number of simultaneous tasks supporter
- "Number of physical cores" does not correlate to computing resources currently available.

There modern approach to "let me do as much work as possible without hindering overall performance on the system" that at least some systems support.  Grand Central Dispatch on OS X, for example, will executed more tasks simultaneously when the resources are available but scale back when other apps demand some resources.

Is there a real problem that having this bit available would solve that couldn't also be solved by a GCD-style mechanism?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list