Closed
Bug 452905
Opened 17 years ago
Closed 17 years ago
Make js_RecordTree printfs only appear with TRACEMONKEY=verbose
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: jruderman)
References
Details
Attachments
(1 file)
|
1.27 KB,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
The rest of the printfs in jstracer.cpp are debug_only_v (they only appear with TRACEMONKEY=verbose). I think these should be, too, since they add a lot of spew to Firefox debug builds.
Attachment #336152 -
Flags: review?(gal)
Comment 1•17 years ago
|
||
Comment on attachment 336152 [details] [diff] [review]
patch
We probably need some more fine-grained parameter than on and off, but until then all our nothing makes sense.
Attachment #336152 -
Flags: review?(gal) → review+
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•