Closed
Bug 684941
Opened 13 years ago
Closed 3 years ago
Type inference spew visualization tool
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: shu, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
18.65 KB,
patch
|
Details | Diff | Splinter Review |
A tool to visualize TI spew (i.e. INFERFLAGS=ops or INFERFLAGS=full) would be highly helpful for both engine and JS developers.
This prototype has two parts: a decompiler patch and an external tool.
The decompiler patch introduces a new INFERFLAGS flag, "annotated", which spews ops in addition to a decompiled source, annotated with HTML <span> elements surrounding any expression that has a typeset. This patch is attached below.
The external tool takes this spew and makes it into a shinier webpage. The external tool is currently hosted at https://github.com/syg/inferscraper
Reporter | ||
Comment 1•13 years ago
|
||
Diffed against JM, rev 74849:b99f3928f69c
Reporter | ||
Comment 2•13 years ago
|
||
Rebased against 76591:445b1e86590c
Attachment #558539 -
Attachment is obsolete: true
Reporter | ||
Comment 3•13 years ago
|
||
Renamed git repo to https://github.com/syg/inferscrape
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Comment 4•3 years ago
|
||
Closing since we no longer have TI (spew).
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•