Closed
Bug 607669
Opened 15 years ago
Closed 14 years ago
Verbose flag to flush compiled code as its being generated
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rreitmai, Unassigned)
References
Details
If there is an issue during the generation of code and we crash/assert, we won't have the output from that method. This is because we queue up the output and when complete reverse it and then dump it; remember we generate the code bottom-up.
Would be nice to have a command-line flag that allows us to flush the output as its being generated.
Reporter | ||
Updated•15 years ago
|
Blocks: tamarin-debugging
Comment 1•15 years ago
|
||
It would also be nice to have command-line flags that:
-- dump just the name of the method being verified/jitted
-- don't start dumping the super-verbose output until a method with the specified name is encountered
Reporter | ||
Updated•15 years ago
|
Whiteboard: nicked
Reporter | ||
Updated•15 years ago
|
Whiteboard: nicked → nocked
Reporter | ||
Updated•15 years ago
|
Whiteboard: nocked
Reporter | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> It would also be nice to have command-line flags that:
> -- dump just the name of the method being verified/jitted
> -- don't start dumping the super-verbose output until a method with the
> specified name is encountered
Closing this bug as -Dverbose=raw solves the issue.
Likewise the points have been addressed by -Dverbose=execpolicy and -policy (see bug 528375)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•