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)

defect
Not set
normal

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.
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
Whiteboard: nicked
Whiteboard: nicked → nocked
Whiteboard: nocked
(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.