Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaLang/julia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JuliaLang/julia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jn/method-interference-graph
Choose a head ref
  • 7 commits
  • 11 files changed
  • 1 contributor

Commits on Jul 8, 2025

  1. precompute all possible ml-matches lookup results

    Store the full interference graph rather than re-computing it every
    time. This representation may exclude some edges that are implied by
    transitivity since sort_mlmatches will ensure the correct result.
    vtjnash committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    acb48a4 View commit details
    Browse the repository at this point in the history
  2. wip

    vtjnash committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    a6ae924 View commit details
    Browse the repository at this point in the history
  3. wip

    vtjnash committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    2a199f3 View commit details
    Browse the repository at this point in the history
  4. verify* return type stable

    vtjnash committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    b96d1ff View commit details
    Browse the repository at this point in the history
  5. fixup! wip

    vtjnash committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    13560a7 View commit details
    Browse the repository at this point in the history
  6. wip

    vtjnash committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    c365dd1 View commit details
    Browse the repository at this point in the history
  7. wip

    vtjnash committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    75ea875 View commit details
    Browse the repository at this point in the history
Loading