Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix handling of MethodTable in precompile files (#41277)
This was not an external method table, it is just a normal variable binding. This was causing the precompile files to be corrupted, since we use normal variables that look like this one at https://github.com/JuliaLang/julia/blob/dc2befcffc7412768097c2a2a6819724a4745aeb/base/compiler/utilities.jl#L139-L140 Fixes #41156
- Loading branch information