You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to tracing so we have introspection into how long specific parts of the program are taking
Save cranelift_codegen::cfg_printer::CFGPrinter to disk so we can visualize the JIT'd program CFG better (and maybe build our own graphviz printout for JitValues?)
Right now we just println a bunch, which sucks.
tracingso we have introspection into how long specific parts of the program are takingcranelift_codegen::cfg_printer::CFGPrinterto disk so we can visualize the JIT'd program CFG better (and maybe build our own graphviz printout for JitValues?)