• Home
Name Date Size #Lines LOC

..--

OWNERSD03-May-202419 21

READMED03-May-2024887 2115

code-view.jsD03-May-20245.4 KiB178158

constants.jsD03-May-2024825 2318

disassembly-view.jsD03-May-20242.5 KiB107100

edge.jsD03-May-20242.5 KiB7863

empty-view.jsD03-May-2024515 2012

expand-all.jpgD03-May-20242.8 KiB

graph-layout.jsD03-May-202413.6 KiB475422

graph-view.jsD03-May-202428.6 KiB988873

hide-selected.pngD03-May-20243.6 KiB

hide-unselected.pngD03-May-20243.6 KiB

index.htmlD03-May-20244.1 KiB9089

lang-disassembly.jsD03-May-2024507 1510

layout-icon.pngD03-May-20244.5 KiB

left-arrow.pngD03-May-20244.1 KiB

monkey.jsD03-May-2024702 2720

node.jsD03-May-20244 KiB139132

right-arrow.pngD03-May-20242.7 KiB

schedule-view.jsD03-May-20243.3 KiB128118

search.pngD03-May-20243.7 KiB

search2.pngD03-May-2024689

selection-broker.jsD03-May-20241.1 KiB4739

selection.jsD03-May-20242.8 KiB10891

text-view.jsD03-May-202410.9 KiB395362

turbo-visualizer.cssD03-May-20244.9 KiB328271

turbo-visualizer.jsD03-May-20247.5 KiB212183

types.pngD03-May-2024753

upload-icon.pngD03-May-20244.6 KiB

util.jsD03-May-20241.7 KiB7260

view.jsD03-May-20241 KiB4332

README

1Turbolizer is a HTML-based tool that visualizes optimized code along the various
2phases of Turbofan's optimization pipeline, allowing easy navigation between
3source code, Turbofan IR graphs, scheduled IR nodes and generated assembly code.
4
5Turbolizer consumes .json files that are generated per-function by d8 by passing
6the '--trace-turbo' command-line flag.
7
8Host the turbolizer locally by starting a web server that serves the contents of
9the turbolizer directory, e.g.:
10
11cd src/tools/turbolizer
12python -m SimpleHTTPServer 8000
13
14Graph visualization and manipulation based on Mike Bostock's sample code for an
15interactive tool for creating directed graphs. Original source is at
16https://github.com/metacademy/directed-graph-creator and released under the
17MIT/X license.
18
19Icons dervied from the "White Olive Collection" created by Breezi released under
20the Creative Commons BY license.
21