Closed
Bug 832425
Opened 13 years ago
Closed 13 years ago
gcPreserveCode() should not depend on JS_GC_ZEAL
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: bhackett1024, Unassigned)
Details
Attachments
(1 file)
|
3.45 KB,
patch
|
h4writer
:
review+
|
Details | Diff | Splinter Review |
gcPreserveCode() is only defined when compiling with JS_GC_ZEAL, despite the fact that it doesn't depend on having zeal enabled in any way. Not having this function in normal release builds makes performance testing in the shell harder than necessary.
Attachment #703998 -
Flags: review?(hv1989)
Updated•13 years ago
|
Attachment #703998 -
Flags: review?(hv1989) → review+
| Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•