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/Compiler-precompile
Choose a head ref
  • 1 commit
  • 21 files changed
  • 1 contributor

Commits on Aug 22, 2025

  1. precompile: move precompile_utils logic from C to julia

    This helps reveal how badly implemented this was in basically every case
    (trim, all, hinting, external) having different bugs by starting to
    merge those code paths together. Actually fixing those myriad of issues
    is left as an exercise to the reader.
    
    Written with help by Claude.
    vtjnash committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    a7e7c93 View commit details
    Browse the repository at this point in the history
Loading