Closed
Bug 987769
Opened 12 years ago
Closed 11 years ago
PJS: Add optional external dependency on hwloc
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: shu, Unassigned)
References
(Depends on 1 open bug)
Details
Tracking.
| Reporter | ||
Comment 1•12 years ago
|
||
For PJS, we would like to know more about CPU topology than what the current OS APIs offer. Reimplementing CPUID for all our x86 CPUs is really not worth our time, and there is a portable library for this already, hwloc:
http://www.open-mpi.org/projects/hwloc/
I'd like to have the build optionally depend on this library. When built with this library, we will be able to use better CPU topology info.
Comment 2•12 years ago
|
||
Would this be something we're able to do with normal Firefox builds?
| Reporter | ||
Comment 3•12 years ago
|
||
(In reply to Niko Matsakis [:nmatsakis] from comment #2)
> Would this be something we're able to do with normal Firefox builds?
I don't see why not, the library purportedly builds on the platforms we care about.
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•