We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e064a commit a2fd98eCopy full SHA for a2fd98e
1 file changed
zjit/src/hir.rs
@@ -1704,6 +1704,7 @@ impl<'a> std::fmt::Display for GraphvizPrinter<'a> {
1704
let iseq_name = iseq_name(fun.iseq);
1705
writeln!(f, "digraph {iseq_name} {{")?;
1706
writeln!(f, "node [shape=plaintext];")?;
1707
+ writeln!(f, "concentrate=true;")?;
1708
writeln!(f, "dpi=300;")?;
1709
for block_id in fun.rpo() {
1710
let block = &fun.blocks[block_id.0];
0 commit comments