Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(oxc_cfg): better control flow graph dot dot repr #5731

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. feat(oxc_cfg): better control flow graph dot dot repr (#5731)

    1. add basic block index for each basicblock, so there should no basic block display empty string
    2. use `shape` box, since it is basic **block**
    ## Before
    ![image](https://github.com/user-attachments/assets/9b556cca-8401-40bd-b3b6-d31c5e7cf8ba)
    
    ## After
    ![image](https://github.com/user-attachments/assets/b8e4c52d-ecdf-4e92-85be-ea37f0cb2330)
    IWANABETHATGUY committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    805fbac View commit details
    Browse the repository at this point in the history