Closed
Bug 609368
Opened 15 years ago
Closed 7 years ago
nanojit verbose mode should offer a log-to-file option
Categories
(Tamarin Graveyard :: Virtual Machine, enhancement)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: stejohns, Unassigned)
Details
in many Flash configurations, it's painful to capture the output of verbose mode, due to breakages in stdout/stderr redirection in browser plugins; additionally, in other modes on Windows, we use OutputDebugString(), which is reliable but verrrrry slow.
while Flash should of course fix its bustedness in this regard, in the meantime we could greatly simplify nanojit debugging by adding a new verbose flag that does redirection of nanojit verbose output to a specific file, eg
-Dverbose=jit,njlog="/path/to/file"
Comment 1•15 years ago
|
||
Is the existing -log insufficient ? Or are you looking to separate verbose output from the default stdout.
| Reporter | ||
Comment 2•15 years ago
|
||
Need to route it somewhere other than stdout. Does -log allow for that?
Comment 3•15 years ago
|
||
+1 to doing something in general. Gavin (telemetry) might be interested to discuss ideas too.
Comment 4•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 5•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•