Closed
Bug 598263
Opened 15 years ago
Closed 1 years ago
Make method JIT play well with valgrind in --enable-valgrind builds
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cjones, Unassigned)
References
Details
Attachments
(1 file)
1.29 KB,
patch
|
Details | Diff | Splinter Review |
On a local DEBUG --enable-valgrind build of m-c 573b9178b897, I see
Assertion failure: !ic.pools[index], at /home/cjones/mozilla/mozilla-central/js/src/methodjit/MonoIC.cpp:302
when starting fennec. dvander tells me that method JIT isn't valgrind-enabled yet.
--smc-check=all works around things on my machine.
Comment 2•13 years ago
|
||
This is an alternative to using --smc-check=all-non-file, right? How big is the perf win for Valgrind users?
![]() |
||
Updated•13 years ago
|
Assignee: n.nethercote → general
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•1 years ago
|
Status: NEW → RESOLVED
Closed: 1 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•