Closed
Bug 569378
Opened 16 years ago
Closed 14 years ago
Use of ValueToNative in GetUpvarOnTrace makes TMFLAGS=tracer painful
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bzbarsky, Unassigned)
Details
In particular, ValueToNative will write out what it's doing to the log if TMFLAGS=tracer is set. Which means every single upvar access is logged, with no context. In a loop that touches a bunch of upvars, it's easy to get hundreds of thousands of things like "int<199999>" all on one line in the log.
Comment 1•14 years ago
|
||
Obsolete with the removal of tracejit.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•