Closed
Bug 518240
Opened 15 years ago
Closed 14 years ago
make --enable-jemalloc do what it says when building the standalone shell
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 580409
People
(Reporter: luke, Unassigned)
References
(Blocks 1 open bug)
Details
At the moment, building the standalone shell, even with --enable-jemalloc, does not use jemalloc. Vlad and others have given me kind tips on how this can be done, but ideally, this using jemalloc shouldn't be reserved for special cases, but for normal performance hunting. The reason is that, assuming jemalloc is faster than glibc/msvc malloc, doing all our development measurements without jemalloc will give us a skewed perspective on the effects of the changes we are making.
I would propose to use jemalloc for ordinary builds (without any flags), but I suspect that might mess up our embedders?
Reporter | ||
Updated•15 years ago
|
Summary: make --enable-jemalloc do what it says in the standalone shell → make --enable-jemalloc do what it says when building the standalone shell
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•