[Webkit-unassigned] [Bug 76530] Cross-platform processor core counter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 05:37:47 PST 2012


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





--- Comment #3 from Raphael Kubo da Costa <kubo at profusion.mobi>  2012-01-18 05:37:46 PST ---
(From update of attachment 122902)
View in context: https://bugs.webkit.org/attachment.cgi?id=122902&action=review

> Source/JavaScriptCore/wtf/NumberOfCores.cpp:29
> +#if OS(DARWIN) || OS(OPENBSD) || OS(NETBSD)

Note you also need to add || OS(FREEBSD) here as you use it below, or the build will break on it.

-- 
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