Closed
Bug 606626
Opened 15 years ago
Closed 14 years ago
JM: Comment which stubCall is being invoked
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
|
9.50 KB,
patch
|
Details | Diff | Splinter Review |
I've been digging into JM recently, and I added some nasty macro gunk to enhance the JMFLAGS dumping output with the names of stubCalls being invoked.
Before:
[jaeger] Insns ---- CALLING STUB ----
After:
[jaeger] Insns - CALLING STUB stubs::EnterScript -
Would something like this (done properly) be of interest to anyone else? It turned out to not be particularly helpful for what I was looking at, but it seems like it ought to be useful for something.
If people are interested, I could try cleaning this up.
Comment 1•15 years ago
|
||
I haven't looked at the insns spew much lately, so I suspect it would not be used by too many people. But maybe someone else does use it.
(In reply to comment #1)
> I haven't looked at the insns spew much lately, so I suspect it would not be
> used by too many people. But maybe someone else does use it.
I tend to look at it fairly often. I think it would be useful.
Comment 3•15 years ago
|
||
Can't hurt. If you think it improves ease of comprehension, I'm all for it.
| Assignee | ||
Updated•15 years ago
|
Assignee: general → sphink
Comment 4•14 years ago
|
||
Is this still wanted?
| Assignee | ||
Comment 5•14 years ago
|
||
I'm not going to bother with it at this point. If someone else finds it useful enough, they can reopen.
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
•